renommage dossiers

This commit is contained in:
Raphael 2019-07-17 11:15:55 +02:00
parent 365d221431
commit 8292b542f2
13 changed files with 15 additions and 15 deletions

View file

@ -9,8 +9,8 @@
/*
1- Reboot (basic reset)
2- Libraries :
- Base
2- Base :
- Reset
- Print
- Layout (alignment, modules, positionning)
- Utilities (width and spacers helpers)
@ -30,25 +30,25 @@
- Alerts
*/
@import "_vendor/reboot"; // Bootstrap reboot (basic reset) (CSS file renamed and imported as if it was a partial because of libsass)
@import "vendor/reboot"; // Bootstrap reboot (basic reset) (CSS file renamed and imported as if it was a partial because of libsass)
// WARNING : you should comment the following @import (variables)
// and move variables file from knacss folder to your own project folder!
@import "_config/variables";
@import "abstracts/variables";
@import "_config/mixins";
@import "abstracts/mixins";
// Core Libraries
@import "_library/base"; // basic styles
@import "_library/print"; // print quick reset
@import "_library/layout"; // alignment, modules, positionning
@import "_library/utilities"; // width and spacer helpers
@import "_library/responsive"; // Responsive Web Design helpers
// @import "_library/wordpress"; // WordPress reset and basic styles
@import "base/reset"; // basic styles
@import "base/print"; // print quick reset
@import "base/layout"; // alignment, modules, positionning
@import "base/utilities"; // width and spacer helpers
@import "base/responsive"; // Responsive Web Design helpers
// @import "base/wordpress"; // WordPress reset and basic styles
// New Grid System by default (Grid Layout). If you prefer old "Flexbox" Grid System, replace file with "_library/grillade-flex"
// New Grid System by default (Grid Layout). If you prefer old "Flexbox" Grid System, replace file with "base/grillade-flex"
// Note that none of these files are prefixed by an underscore, in order to compile them.
@import "_library/grillade-grid"; // grid system with Grid Layout
@import "base/grillade-grid"; // grid system with Grid Layout
// Components
@import "components/media"; // media object