Skip to content

Commit

Permalink
Allow several custom stylesheets
Browse files Browse the repository at this point in the history
So other institutions customizing CONSUL can organize their custom code
as they wish to.

We're also updating the comments in the `custom.scss` file, since it was
referencing files which no longer exist.
  • Loading branch information
javierm committed May 16, 2021
1 parent 595a33e commit 2c6b8ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@
@import "widgets/**/*";

@import "custom";
@import "custom/**/*";
7 changes: 3 additions & 4 deletions app/assets/stylesheets/custom.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Overrides and adds customized styles in this file
// Read more on documentation:
// * English: https://github.com/consul/consul/blob/master/CUSTOMIZE_EN.md#css
// * Spanish: https://github.com/consul/consul/blob/master/CUSTOMIZE_ES.md#css
// Override and add customized styles in this file.
//
// You can also create SCSS files in the app/assets/stylesheets/custom/
// folder and they will be loaded automatically.
Empty file.

0 comments on commit 2c6b8ed

Please sign in to comment.