passage à la v4.x.x
This commit is contained in:
parent
65982212d4
commit
35298b42f7
62 changed files with 6786 additions and 1162 deletions
|
@ -1,23 +1,28 @@
|
|||
// Sass config file
|
||||
// (you should comment this line and move config file from vendor/knacss folder to your own folder)
|
||||
// -----------------
|
||||
|
||||
// (WARNING : you should comment this line and move config file from vendor/knacss folder to your own folder)
|
||||
@import "_00-config";
|
||||
|
||||
// normalize include
|
||||
@import "_01a-normalize"; // normalize
|
||||
|
||||
// Sass base styles
|
||||
@import "_01-base";
|
||||
@import "_01b-base"; // reset and basic styles
|
||||
|
||||
// Sass files : chose the ones you need
|
||||
@import "_02-helpers"; // width and spacers visually classes
|
||||
@import "_03-grids"; // grids and autogrids
|
||||
@import "_04-tables";
|
||||
@import "_05-forms";
|
||||
@import "_06-icons"; // UTF-8 icons
|
||||
@import "_07-flexbox";
|
||||
@import "_08-rwd"; // Responsive Web Design helpers
|
||||
@import "_09-print";
|
||||
@import "_10-booleans"; // skip links and hyphens
|
||||
@import "_11-gmaps"; // Google maps bugs fix
|
||||
@import "_12-ie"; // IE6, IE7, IE8 support
|
||||
@import "_13-styling"; // minor stylings
|
||||
@import "_02-layout"; // alignment, modules, positionning
|
||||
@import "_03-grids"; // grids
|
||||
@import "_04-tables"; // data tables consistency
|
||||
@import "_05-forms"; // forms consistency
|
||||
@import "_06-helpers"; // width and spacers visually classes
|
||||
@import "_07-responsive"; // Responsive Web Design helpers
|
||||
@import "_08-print"; // print quick reset
|
||||
@import "_09-misc"; // skip links, google maps and hyphens
|
||||
@import "_10-styling"; // minor stylings
|
||||
|
||||
// WordPress base styles
|
||||
@import "_11-wordpress"; // WordPress reset and basic styles
|
||||
|
||||
/* ----------------------------- */
|
||||
/* ==own stylesheet */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue