KNACSS/less/knacss.less

27 lines
623 B
Plaintext
Raw Normal View History

/*!
2013-11-18 12:14:28 +01:00
* www.KNACSS.com V2.9 (2013-11) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
2013-03-31 10:19:51 +02:00
*/
2013-11-18 12:14:28 +01:00
// LESS config file
@import "_00-config";
2013-03-31 10:19:51 +02:00
2013-09-12 11:59:14 +02:00
// LESS base styles
2013-10-30 14:33:06 +01:00
@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";
2013-03-31 10:19:51 +02:00
/* ----------------------------- */
2013-09-12 11:59:14 +02:00
/* ==own stylesheet */
2013-08-01 09:04:09 +02:00
/* ----------------------------- */
/* Here should go your own CSS styles */
2013-11-18 12:14:28 +01:00
/* You can also link them with a LESS @import */
/* @import "my-styles.less"; */