/* * 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";