// Sass config file
// -----------------

// (WARNING : you should comment this line and move config file from vendor/knacss folder to your own folder)
@import "_00-config";

// Sass base styles
@import "_01-base"; // reset and basic styles

// 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

// WordPress base styles
@import "_11-wordpress"; // WordPress reset and basic styles

/* ----------------------------- */
/* ==own stylesheet              */
/* ----------------------------- */

/* Here should go your own CSS styles */
/* You can also link them with a Sass @import */
/* @import "my-styles"; */