16 lines
210 B
SCSS
Vendored
16 lines
210 B
SCSS
Vendored
//
|
|
// Theme style
|
|
//
|
|
|
|
// Mode
|
|
$mode: default;
|
|
|
|
// Initialize
|
|
@import "init";
|
|
|
|
// Components
|
|
@import "../../core/sass/components/components";
|
|
@import "components/components";
|
|
|
|
// Layout
|
|
@import "layout/layout";
|