Sha256: 718a3d94611baaba91f68d97e3f5b615dbdead75d05a9d40aa86dd9558af1760
Contents?: true
Size: 945 Bytes
Versions: 3
Compression:
Stored size: 945 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. //////////////////////// ////////////////////////////// // CSS Resets // // Choose your CSS Reset method: // If you'd like a hard reset, uncomment `compass/reset`. // If you'd prefer a soft reset, uncomment `compass-normalize` ////////////////////////////// // @import 'compass/rest'; // @import 'compass-normalize'; //////////////////////// // Compass Extensions //////////////////////// @import 'singularitygs'; @import 'toolkit'; @import 'sassy-buttons'; //////////////////////// // Private Imports //////////////////////// @import 'variables'; @import 'functions'; @import 'mixins'; @import 'extendables';
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
compass-aurora-3.0.0.alpha.3 | templates/singularity/_base.scss |
compass-aurora-3.0.0.alpha.2 | templates/singularity/_base.scss |
compass-aurora-3.0.0.alpha.1 | templates/singularity/_base.scss |