//////////////////////// // Style File // // This file gets turned into style.css. // This file should really hold nothing except for imports of your base, // style guide, layouts, modules, and states partials. //////////////////////// ////////////////////////////// // Legacy Support Setup ////////////////////////////// $legacy-support-for-ie6: false; $legacy-support-for-ie7: false; $legacy-support-for-ie8: true; $legacy-support-for-mozilla: false; //////////////////////// // Base Import //////////////////////// @import 'partials/global/base'; //////////////////////// // Import Style Guide //////////////////////// @import 'partials/styleguide/style-guide'; //////////////////////// // Import Layouts //////////////////////// @import 'partials/layouts/layouts'; //////////////////////// // Import Modules //////////////////////// @import 'partials/modules/modules'; //////////////////////// // Import States //////////////////////// @import 'partials/states/states';