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
27 lines
499 B
SCSS
27 lines
499 B
SCSS
// REQUIRED DEPENDENCIES - DO NOT CHANGE
|
|
|
|
// Load Third Party Libraries
|
|
@import "vendor/bourbon/bourbon";
|
|
|
|
// Load Nucleus Configuration
|
|
@import "configuration/nucleus/base";
|
|
|
|
// Load Nucleus Mixins and Functions
|
|
@import "nucleus/functions/base";
|
|
@import "nucleus/mixins/base";
|
|
|
|
//-------------------------------------------
|
|
|
|
// LOAD NUCLEUS COMPONENTS
|
|
|
|
// Core
|
|
@import "nucleus/core";
|
|
|
|
// Flex
|
|
@import "nucleus/flex";
|
|
|
|
// Typography
|
|
@import "nucleus/typography";
|
|
|
|
// Forms
|
|
@import "nucleus/forms";
|