//////////////////////// // Style File // // This file gets turned into style.css. This file should really // hold nothing except for imports of your base, layout, and design // partials. //////////////////////// $legacy-support-for-ie6: false; $legacy-support-for-ie7: false; $legacy-support-for-ie8: false; $legacy-support-for-mozilla: false; //////////////////////// // Base Import //////////////////////// @import 'partials/global/base'; //////////////////////// // Import Style Guide //////////////////////// @import 'partials/styleguide/style-guide'; //////////////////////// // Import Layout //////////////////////// @import 'partials/layout/layout'; //////////////////////// // Import Design //////////////////////// @import 'partials/design/design';