mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
7b447ac5ae
Creating the pages hierarchy for transitioning to Grav
21 lines
No EOL
454 B
SCSS
21 lines
No EOL
454 B
SCSS
// REQUIRED DEPENDENCIES - DO NOT CHANGE
|
|
|
|
// Load Third Party Libraries
|
|
@import "vendor/bourbon/bourbon";
|
|
|
|
// Load Nucleus Configuration
|
|
@import "configuration/nucleus/base";
|
|
|
|
// Load Template Configuration
|
|
@import "configuration/theme/base";
|
|
|
|
// Load Nucleus Mixins and Functions
|
|
@import "nucleus/functions/base";
|
|
@import "nucleus/mixins/base";
|
|
|
|
// Load Template Library
|
|
@import "theme/modules/base";
|
|
|
|
// Utils
|
|
@import "hover-color";
|
|
@import "contrast"; |