28 lines
499 B
SCSS
28 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";
|