Skip to content

Commit

Permalink
Fix for a bug in Compass Normalize. Will be removed when Compass Norm…
Browse files Browse the repository at this point in the history
…alize is fixed
  • Loading branch information
Snugug committed Nov 4, 2012
1 parent 3eba5b2 commit 4551f7f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions sass/partials/global/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@
// imports and imports for variables, functions, mixins, and extendables.
////////////////////////

// Currently, there is a bug in Compass Normalize requiring us to have this variable before all of our imports and out of order. There is a pull request in to fix this, so you won't need it in the future, but for the time being, we need this.
$legacy-support-for-mozilla: true;

////////////////////////
// Compass Imports
////////////////////////
@import "compass";
@import "compass/reset";
//@import "compass/reset";

////////////////////////
// Compass Extensions
//
// Aurora includes Toolkit, Breakpoint, Respond-to, Sassy Buttons, and SingularityGS
////////////////////////
//@import 'normalize';
@import 'normalize';
@import 'susy';
//@import 'singularity';
@import 'respond-to';
Expand Down

0 comments on commit 4551f7f

Please sign in to comment.