Skip to content

Commit

Permalink
Change dependency from Compass to compass-core.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Feb 10, 2014
1 parent fd6c69e commit 3c0722b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $indent-amount: 40px !default;
@import "compass/typography/vertical_rhythm";


// To work around a bug in Compass 1.0.0-alpha.17, we override Compass'
// To work around a bug in compass-core 1.0.0-alpha.17, we override Compass'
// support-legacy-browser() function with a version of our own.
// @TODO Remove this monkey patch after it's fixed in Compass.
// @see https://github.com/chriseppstein/compass/pull/1524
Expand Down
4 changes: 2 additions & 2 deletions normalize-scss.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Gem::Specification.new do |s|
s.authors = ['John Albin Wilkins']
s.email = '[email protected]'

s.add_runtime_dependency('sass', ">= 3.3.0-rc.1")
s.add_runtime_dependency('compass', ">= 1.0.0.alpha.13")
s.add_runtime_dependency('sass', ">= 3.3.0-rc.1")
s.add_runtime_dependency('compass-core', ">= 1.0.0.alpha.13")

s.files = %w[
_normalize.scss
Expand Down

0 comments on commit 3c0722b

Please sign in to comment.