diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index f535666a9..a09eb6997 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -39,3 +39,4 @@ @import "widgets/**/*"; @import "custom"; +@import "custom/**/*"; diff --git a/app/assets/stylesheets/custom.scss b/app/assets/stylesheets/custom.scss index 090eb0342..d124a2342 100644 --- a/app/assets/stylesheets/custom.scss +++ b/app/assets/stylesheets/custom.scss @@ -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. diff --git a/app/assets/stylesheets/custom/.gitkeep b/app/assets/stylesheets/custom/.gitkeep new file mode 100644 index 000000000..e69de29bb