9 lines
225 B
SCSS
9 lines
225 B
SCSS
// Import partials from `sass_dir` (defaults to `_sass`)
|
|
@import
|
|
"custom-vars",
|
|
"litera",
|
|
"../../../common/bootstrap/scss/bootstrap",
|
|
"bootswatch-5",
|
|
"custom",
|
|
"syntax-tango"
|
|
;
|