27 lines
No EOL
623 B
Text
27 lines
No EOL
623 B
Text
/*!
|
|
* www.KNACSS.com V2.9 (2013-11) @author: Raphael Goetter, Alsacreations
|
|
* Licence WTFPL http://www.wtfpl.net/
|
|
*/
|
|
|
|
// LESS config file
|
|
@import "_00-config";
|
|
|
|
// LESS base styles
|
|
@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";
|
|
|
|
/* ----------------------------- */
|
|
/* ==own stylesheet */
|
|
/* ----------------------------- */
|
|
|
|
/* Here should go your own CSS styles */
|
|
/* You can also link them with a LESS @import */
|
|
/* @import "my-styles.less"; */ |