Added sass-globbing, allowing plugin stylesheets to be auto-imported from the assets/stylesheets/plugins directory
This commit is contained in:
parent
05db158fec
commit
9364f37ac7
5 changed files with 13 additions and 0 deletions
6
.themes/classic/sass/plugins/_plugins.scss
Normal file
6
.themes/classic/sass/plugins/_plugins.scss
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/*
|
||||
Add plugin stylesheets to this directory and they will be automatically
|
||||
Imported. Load order is alphabetical and styles can be overriden in
|
||||
custom/_style.scss which is loaded after all plugin stylesheets.
|
||||
*/
|
||||
|
||||
|
|
@ -7,4 +7,5 @@
|
|||
@import "custom/layout";
|
||||
@import "base";
|
||||
@import "partials";
|
||||
@import "plugins/**/*";
|
||||
@import "custom/styles";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue