//////////////////////// // 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 'toolkit'; @import 'sassy-buttons'; //////////////////////// // Private Imports //////////////////////// @import 'variables'; @import 'functions'; @import 'mixins'; @import 'extendables';