wiki-grav/themes/learn2/scss/theme.scss
2022-06-24 18:08:45 +02:00

62 lines
969 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";
//-------------------------------------------
// TEMPLATE COMPONENTS
// Configuration
@import "theme/configuration";
// Core
@import "theme/core";
@import "theme/fonts";
// Forms
@import "theme/forms";
// Header
@import "theme/header";
// Nav
@import "theme/nav";
// Main
@import "theme/main";
// Typography
@import "theme/typography";
// Tables
@import "theme/tables";
// Buttons
@import "theme/buttons";
// Bullets
@import "theme/bullets";
// Custom
@import "theme/tooltips";
// Scrollbar
@import "theme/scrollbar";
// Custom
@import "theme/custom";