KNACSS/less/knacss.less

26 lines
578 B
Plaintext
Raw Normal View History

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
@import "01-base";
2013-10-30 14:33:06 +01:00
// 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";
2014-04-20 20:34:39 +02:00
@import "09-booleans";
2014-05-03 11:40:37 +02:00
@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 */
/* @import "my-styles.less"; */