KNACSS/sass/knacss.scss

34 lines
1.1 KiB
SCSS
Raw Normal View History

2014-05-04 15:48:00 +02:00
// Sass config file
// -----------------
// (WARNING : 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
2015-03-30 11:36:37 +02:00
// normalize include
@import "_01a-normalize"; // normalize
2014-05-04 15:48:00 +02:00
// Sass base styles
2015-03-30 11:36:37 +02:00
@import "_01b-base"; // reset and basic styles
2014-05-04 15:48:00 +02:00
// Sass files : chose the ones you need
@import "_02-layout"; // alignment, modules, positionning
@import "_03-grids"; // grids
@import "_04-tables"; // data tables consistency
@import "_05-forms"; // forms consistency
@import "_06-helpers"; // width and spacers visually classes
@import "_07-responsive"; // Responsive Web Design helpers
@import "_08-print"; // print quick reset
@import "_09-misc"; // skip links, google maps and hyphens
@import "_10-styling"; // minor stylings
2014-05-04 15:48:00 +02:00
// WordPress base styles
2015-12-12 11:20:29 +01:00
// @import "_11-wordpress"; // WordPress reset and basic styles
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 */
2015-07-01 13:47:48 +02:00
/* @import "my-styles"; */