KNACSS/sass/knacss.scss
2013-07-09 14:01:24 +02:00

27 lines
525 B
SCSS

/*
* www.KNACSS.com V2.6d @author: Raphael Goetter, Alsacreations
* Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/
*/
/**
* Enable support for old browsers
* 1. IE8-
* 2. Firefox 3.6
*/
$legacy-support-for-ie: true; /* 1 */
$legacy-support-for-mozilla: true; /* 2 */
/**
* Import modules of your choice
*/
@import "mixins";
@import "helpers";
@import "forms";
@import "icons";
@import "print";
@import "tables";
@import "grids";
@import "layout";
@import "typography";
@import "iefix";
@import "reset";