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-10-20 17:59:59 +02:00
|
|
|
@import "_02-helpers"; // width and spacers visually classes
|
|
|
|
@import "_03-grids"; // grids and autogrids
|
2015-03-04 11:47:46 +01:00
|
|
|
@import "_04-tables";
|
2014-10-20 17:59:59 +02:00
|
|
|
@import "_05-forms";
|
|
|
|
@import "_06-icons"; // UTF-8 icons
|
|
|
|
@import "_07-flexbox";
|
|
|
|
@import "_08-rwd"; // Responsive Web Design helpers
|
|
|
|
@import "_09-print";
|
|
|
|
@import "_10-booleans"; // skip links and hyphens
|
|
|
|
@import "_11-gmaps"; // Google maps bugs fix
|
2015-03-04 15:37:11 +01:00
|
|
|
@import "_13-styling"; // minor stylings
|
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"; */
|