Sass version !

This commit is contained in:
Raphael Goetter 2014-05-04 15:48:00 +02:00
parent d0add0508c
commit c2ee11f407
16 changed files with 1404 additions and 1 deletions

26
sass/knacss.scss Normal file
View file

@ -0,0 +1,26 @@
// Sass config file
@import "00-config";
// Sass base styles
@import "01-base";
// Sass files : chose the ones you need
@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";
/* ----------------------------- */
/* ==own stylesheet */
/* ----------------------------- */
/* Here should go your own CSS styles */
/* You can also link them with a Sass @import */
/* @import "my-styles"; */