mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Include stylesheets in the partials folder in app.scss and source mixins before classes
This commit is contained in:
parent
05bbb38368
commit
eb69d2fbd7
1 changed files with 2 additions and 1 deletions
3
resources/assets/sass/app.scss
vendored
3
resources/assets/sass/app.scss
vendored
|
@ -6,8 +6,9 @@
|
||||||
@import "bootstrap/scss/bootstrap.scss";
|
@import "bootstrap/scss/bootstrap.scss";
|
||||||
|
|
||||||
// Supplementary
|
// Supplementary
|
||||||
@import "classes/**/*.scss";
|
|
||||||
@import "mixins/**/*.scss";
|
@import "mixins/**/*.scss";
|
||||||
|
@import "classes/**/*.scss";
|
||||||
|
@import "partials/**/*.scss";
|
||||||
@import "sections/**/*.scss";
|
@import "sections/**/*.scss";
|
||||||
@import "pages/**/*.scss";
|
@import "pages/**/*.scss";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue