2013-04-04 21:29:49 +02:00
|
|
|
/*
|
|
|
|
* www.KNACSS.com V2.6d @author: Raphael Goetter, Alsacreations
|
|
|
|
* Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/
|
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
2013-07-09 14:01:24 +02:00
|
|
|
* 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";
|