KNACSS/sass/knacss.scss

32 lines
723 B
SCSS
Raw Normal View History

2014-05-07 11:33:47 +02:00
/*!
* www.KNACSS.com V3.0.0 (2014-05) @author: Raphael Goetter, Alsacreations (with help from Hugo Giraudel)
* Licence WTFPL http://www.wtfpl.net/
*/
2014-05-04 15:48:00 +02:00
// Sass config file
@import "00-config";
// Sass base styles
@import "01-base";
// Sass files : chose the ones you need
@import "02-grids";
2014-05-07 11:33:47 +02:00
@import "03-tables";
2014-05-04 15:48:00 +02:00
@import "04-forms";
@import "05-icons";
@import "06-rwd";
2014-05-07 11:33:47 +02:00
@import "07-flexbox";
2014-05-04 15:48:00 +02:00
@import "08-print";
@import "09-booleans";
@import "10-gmaps";
@import "11-ie";
@import "12-styling";
/* ----------------------------- */
/* ==own stylesheet */
/* ----------------------------- */
/* Here should go your own CSS styles */
/* You can also link them with a Sass @import */
2014-05-07 11:33:47 +02:00
/* @import "my-styles"; */