mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Setup scss wildcards to only include *.scss
This commit is contained in:
parent
073e9ddf4f
commit
a28a3bfe3f
1 changed files with 2 additions and 2 deletions
4
resources/assets/sass/app.scss
vendored
4
resources/assets/sass/app.scss
vendored
|
@ -6,8 +6,8 @@
|
|||
@import "_fonts";
|
||||
|
||||
// Supplementary
|
||||
@import "elements/**";
|
||||
@import "pages/**";
|
||||
@import "elements/**/*.scss";
|
||||
@import "pages/**/*.scss";
|
||||
|
||||
//
|
||||
// Main Website Styles
|
||||
|
|
Loading…
Reference in a new issue