Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Moved the linear and radial-gradient functions to the root file
  • Loading branch information
Phil LaPier committed Feb 18, 2012
1 parent 0f91303 commit 92ecae3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/assets/stylesheets/_bourbon.scss
@@ -1,8 +1,10 @@
// Custom Functions
@import "functions/deprecated-webkit-gradient";
@import "functions/grid-width";
@import "functions/flex-grid";
@import "functions/grid-width";
@import "functions/linear-gradient";
@import "functions/modular-scale";
@import "functions/radial-gradient";
@import "functions/tint-shade";

// CSS3 Mixins
Expand All @@ -25,8 +27,8 @@

// Addons & other mixins
@import "addons/button";
@import "addons/clearfix";
@import "addons/font-family";
@import "addons/html5-input-types";
@import "addons/position";
@import "addons/timing-functions";
@import "addons/clearfix";

0 comments on commit 92ecae3

Please sign in to comment.