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.
1 parent c96c706 commit 578da5bCopy full SHA for 578da5b
README.md
@@ -48,6 +48,8 @@ This gem is maintained by [Ryan Boland](https://ryanboland.com)
48
and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contributors).
49
50
## Changelog
51
+- **1.11.4**
52
+ - Fix `Value::List` related issue with sass 3.5.0
53
- **1.11.3**
54
- [Require Sass::Deprecation module](https://github.com/sass/sassc-ruby/pull/68)
55
- **1.11.2**
lib/sassc/version.rb
@@ -1,3 +1,3 @@
1
module SassC
2
- VERSION = "1.11.3"
+ VERSION = "1.11.4"
3
end
0 commit comments