KNACSS/sass/knacss.scss

27 lines
686 B
SCSS
Raw Normal View History

2014-05-04 15:48:00 +02:00
// Sass 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";
2014-05-04 15:48:00 +02:00
// Sass base styles
2014-06-30 21:16:22 +02:00
@import "_01-base";
2014-05-04 15:48:00 +02:00
// Sass 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";
2014-05-04 15:48:00 +02:00
/* ----------------------------- */
/* ==own stylesheet */
/* ----------------------------- */
/* Here should go your own CSS styles */
/* You can also link them with a Sass @import */
/* @import "my-styles"; */