Sha256: f85152060444edf1977ed637f285a6a8447815d101a9ac71893d6709d10c1d51
Contents?: true
Size: 923 Bytes
Versions: 16
Compression:
Stored size: 923 Bytes
Contents
//////////////////////// // Base Partials // // These files will be shared across all three of your output // CSS files. Generally included here are only Compass Extension // imports and imports for variables, functions, mixins, and extendables. // // Toolkit imports all of Compass, so there is no need to import it separately. //////////////////////// //////////////////////// // Compass Extensions // // Note: normalize.css is imported in partials/global/_global.scss. We do this // so that it pulls in the variables set within the variables partial. //////////////////////// @import 'singularitygs'; @import 'toolkit'; @import 'sassy-buttons'; //////////////////////// // Private Imports // // Any other imports to add. Normally, these do not include any css, but just // functions, variables, etc. to be used by other files. //////////////////////// @import 'variables'; @import 'functions'; @import 'mixins';
Version data entries
16 entries across 16 versions & 2 rubygems