grav-theme-libretic/scss/template.scss

74 lines
1.2 KiB
SCSS
Raw Permalink Normal View History

2015-01-15 19:15:54 +01:00
// 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";
//-------------------------------------------
// TEMPLATE COMPONENTS
// Core
@import "template/core";
@import "template/fonts";
// Extensions
@import "template/extensions";
// Header
@import "template/header";
// Footer
@import "template/footer";
2015-01-15 19:15:54 +01:00
// Typography
@import "template/typography";
// Forms
@import "template/forms";
// Tables
@import "template/tables";
// Buttons
@import "template/buttons";
// Bullets
@import "template/bullets";
// Pushy Panel
@import "template/panel";
2015-01-29 12:31:15 +01:00
// Modal window
@import "template/modal";
2015-01-15 19:15:54 +01:00
// Blog
@import "template/blog";
2015-01-26 17:07:30 +01:00
// Archive
@import "template/archive";
2015-01-15 19:15:54 +01:00
// Errors
@import "template/errors";
// SimpleSearch
@import "template/simplesearch";
// Custom
@import "template/custom";
// Modular
@import "template/modular/all";