Sha256: 84b58bb518f7d7246532ce3f0dbcdcb62449e77eeab63bb5365e993ec79426b7
Contents?: true
Size: 743 Bytes
Versions: 32
Compression:
Stored size: 743 Bytes
Contents
//////////////////////// // IE File // // This file gets turned into ie.css. This file should really // hold nothing except for imports of your base, layout, and design // partials, plus the mixins required to kickstart Aura and Style Guide. // This file is styles specific to IE 8 and below. //////////////////////// //////////////////////// // Base Import //////////////////////// @import 'partials/global/base'; //////////////////////// // Import Style Guide //////////////////////// @import 'partials/styleguide/style-guide'; //////////////////////// // Import Layout //////////////////////// @import 'partials/layout/ie-layout'; //////////////////////// // Import Design //////////////////////// @import 'partials/design/ie-design';
Version data entries
32 entries across 30 versions & 3 rubygems