This commit is contained in:
Raphael Goetter 2014-01-31 15:30:55 +01:00
parent f817dbfd7d
commit 8e3c6aa61e
27 changed files with 3469 additions and 967 deletions

View file

@ -1,22 +1,17 @@
/*!
* www.KNACSS.com V2.9.2 (2014-01) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/
// LESS config file
@import "_00-config";
@import "00-config";
// LESS base styles
@import "_01-base";
@import "01-base";
// LESS files : chose the ones you need
@import "_02-grids";
@import "_03-tables";
@import "_04-forms";
@import "_05-icons";
@import "_06-rwd";
@import "_07-flexbox";
@import "_08-print";
@import "02-grids";
@import "03-tables";
@import "04-forms";
@import "05-icons";
@import "06-rwd";
@import "07-flexbox";
@import "08-print";
/* ----------------------------- */
/* ==own stylesheet */