Allow several custom stylesheets

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.
This commit is contained in:
Javi Martín
2021-05-16 12:34:46 +02:00
parent 4d70f50a5f
commit b549eb444a
3 changed files with 4 additions and 4 deletions

View File

@@ -39,3 +39,4 @@
@import "widgets/**/*"; @import "widgets/**/*";
@import "custom"; @import "custom";
@import "custom/**/*";

View File

@@ -1,5 +1,4 @@
// Overrides and adds customized styles in this file // Override and add 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
// //
// You can also create SCSS files in the app/assets/stylesheets/custom/
// folder and they will be loaded automatically.

View File