We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6eba66 + 845df0a commit 0478f81Copy full SHA for 0478f81
sassc-rails.gemspec
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
26
# unfortunately we require sass for now, so that we can
27
# reuse portions of the sprockets template
28
spec.add_dependency 'sass'
29
- spec.add_dependency "sassc", "~> 1.2.0"
+ spec.add_dependency "sassc", "~> 1.3"
30
31
spec.add_dependency "tilt"
32
test/sassc_rails_test.rb
@@ -183,7 +183,7 @@ def test_compression_works
183
184
asset = render_asset("application.scss")
185
assert_equal <<-CSS, asset
186
-.hello{color:#FFF}
+.hello{color:#fff}
187
CSS
188
end
189
0 commit comments