Skip to content

Commit

Permalink
Adding a specific version of Compass as a dependency, because Sass 3.…
Browse files Browse the repository at this point in the history
…3 throws errors when using `@extend` inside of media queries. (Note: This is temporary. A better, long-term solution will hopefully be introduced later.)
  • Loading branch information
nathansmith committed Mar 4, 2013
1 parent ccd02a4 commit 466fd26
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
@@ -0,0 +1,3 @@
source "https://rubygems.org"

gem "compass", "~> 0.12.2"
16 changes: 16 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,16 @@
GEM
remote: https://rubygems.org/
specs:
chunky_png (1.2.7)
compass (0.12.2)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
fssm (0.2.9)
sass (3.2.6)

PLATFORMS
ruby

DEPENDENCIES
compass (~> 0.12.2)

0 comments on commit 466fd26

Please sign in to comment.