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 31787ad commit abdf79aCopy full SHA for abdf79a
README.md
@@ -25,6 +25,8 @@ and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contrib
25
26
## Changelog
27
28
+- **1.8.3**
29
+ - [Passing empty string into engine does not raise error](https://github.com/sass/sassc-ruby/pull/31)
30
- **1.8.2**
31
- Update to Libsass 3.3.2
32
- **1.8.1**
lib/sassc/version.rb
@@ -1,3 +1,3 @@
1
module SassC
2
- VERSION = "1.8.2"
+ VERSION = "1.8.3"
3
end
0 commit comments