retour à la ligne programme, deploiement onglet ressource
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
// 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";
|
||||
|
||||
// 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";
|
||||
|
||||
// Blog
|
||||
@import "template/blog";
|
||||
|
||||
// Errors
|
||||
@import "template/errors";
|
||||
|
||||
// SimpleSearch
|
||||
@import "template/simplesearch";
|
||||
|
||||
// Custom
|
||||
@import "template/custom";
|
||||
|
||||
// Modular
|
||||
@import "template/modular/all";
|
||||
Reference in New Issue
Block a user