110 lines
1.7 KiB
SCSS
110 lines
1.7 KiB
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/template/base";
|
||
|
|
||
|
// Load Nucleus Mixins and Functions
|
||
|
@import "nucleus/functions/base";
|
||
|
@import "nucleus/mixins/base";
|
||
|
|
||
|
// Load Template Library
|
||
|
@import "template/modules/base";
|
||
|
@import "template/colors";
|
||
|
//------------------------------------------
|
||
|
|
||
|
// TEMPLATE COMPONENTS
|
||
|
|
||
|
// Core
|
||
|
@import "template/core";
|
||
|
|
||
|
// Extensions
|
||
|
@import "template/extensions";
|
||
|
|
||
|
// Utilities
|
||
|
@import "template/utilities";
|
||
|
|
||
|
// Header
|
||
|
@import "template/header";
|
||
|
|
||
|
// Typography
|
||
|
@import "template/typography";
|
||
|
|
||
|
// Special Fonts
|
||
|
@import "template/fonts";
|
||
|
|
||
|
// Forms
|
||
|
@import "template/forms";
|
||
|
|
||
|
// Tables
|
||
|
@import "template/tables";
|
||
|
|
||
|
// Buttons
|
||
|
@import "template/buttons";
|
||
|
|
||
|
// Errors
|
||
|
@import "template/errors";
|
||
|
|
||
|
// Login
|
||
|
@import "template/login";
|
||
|
|
||
|
// Admin
|
||
|
@import "template/admin";
|
||
|
|
||
|
// Pages
|
||
|
@import "template/pages";
|
||
|
|
||
|
// Remodal
|
||
|
@import "template/remodal";
|
||
|
|
||
|
// Tabs
|
||
|
@import "template/tabs";
|
||
|
|
||
|
// Editor
|
||
|
@import "template/editor";
|
||
|
|
||
|
// Dropzone
|
||
|
@import "template/dropzone";
|
||
|
|
||
|
// Toastr
|
||
|
@import "template/toastr";
|
||
|
|
||
|
// GPM
|
||
|
@import "template/gpm";
|
||
|
|
||
|
// PHPInfo
|
||
|
@import "template/phpinfo";
|
||
|
|
||
|
// Nav Toggle
|
||
|
@import "template/nav-toggle";
|
||
|
|
||
|
// Notifications
|
||
|
@import "template/notifications";
|
||
|
|
||
|
// Changelog
|
||
|
@import "template/changelog";
|
||
|
|
||
|
// Media
|
||
|
@import "template/media";
|
||
|
@import "template/jqcron";
|
||
|
|
||
|
// Tools
|
||
|
@import "template/tools";
|
||
|
|
||
|
// Whitelabel
|
||
|
@import "template/whitelabel";
|
||
|
|
||
|
// Horizontal Scroll
|
||
|
@import "template/scrollbars";
|
||
|
|
||
|
// Horizontal Scroll
|
||
|
@import "template/horizontal-scroll";
|
||
|
|
||
|
// Custom
|
||
|
@import "template/custom";
|