Skip to content

Commit

Permalink
updating to fix error in app file
Browse files Browse the repository at this point in the history
  • Loading branch information
zurbchris committed Jul 25, 2012
1 parent cd74947 commit 1efe456
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
zurb-foundation (3.0.7.rc3)
zurb-foundation (3.0.7.rc4)
compass (>= 0.12.2)
rake
sass (>= 3.2.0.alpha.244)
Expand Down
2 changes: 1 addition & 1 deletion lib/foundation/version.rb
@@ -1,3 +1,3 @@
module Foundation
VERSION = "3.0.7.rc4"
VERSION = "3.0.7.rc5"
end
13 changes: 8 additions & 5 deletions templates/project/sass/app.scss
Expand Up @@ -19,22 +19,25 @@

// Control which mixins you have access too

// @import "foundation/mixins/respond-to";
// @import "foundation/mixins/css-triangle";
// @import "foundation/mixins/font-size";

// Must include next three for semantic grid to work

// @import "foundation/mixins/respond-to";
// @import "foundation/mixins/clearfix";
// @import "foundation/mixins/semantic-grid";

// Must include the grid for any responsiveness

// @import "foundation/components/grid";

// Control which common styles get compiled

// @import "foundation/common/globals";
// @import "foundation/common/typography";
// @import "foundation/common/forms";

// Must include the grid for any responsiveness

// @import "foundation/components/grid";

// Control which components you get if customizing

// @import "foundation/components/modules/buttons";
Expand Down

0 comments on commit 1efe456

Please sign in to comment.