diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 457eef2a87a..134f65ddc38 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -41,3 +41,4 @@ @import "widgets/**/*"; @import "custom"; +@import "custom/**/*"; diff --git a/app/assets/stylesheets/custom.scss b/app/assets/stylesheets/custom.scss index 090eb0342f6..d124a23424f 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 00000000000..e69de29bb2d