KNACSS/less/knacss.less

28 lines
692 B
Plaintext
Raw Permalink Normal View History

2013-11-18 12:14:28 +01:00
// LESS config file
2014-06-30 21:18:21 +02:00
// (you should comment this line and move config file from vendor/knacss folder to your own folder)
2014-06-30 21:16:22 +02:00
@import "_00-config";
2013-03-31 10:19:51 +02:00
2013-09-12 11:59:14 +02:00
// LESS base styles
2014-06-30 21:16:22 +02:00
@import "_01-base";
2013-10-30 14:33:06 +01:00
// LESS files : chose the ones you need
2014-06-30 21:16:22 +02:00
@import "_02-grids";
@import "_03-tables";
@import "_04-forms";
@import "_05-icons";
@import "_06-rwd";
@import "_07-flexbox";
@import "_08-print";
@import "_09-booleans";
@import "_10-gmaps";
@import "_11-ie";
@import "_12-styling";
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 */
2014-05-07 10:45:47 +02:00
/* @import "my-styles.less"; */