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 fdd9eb8 commit 7fdc861Copy full SHA for 7fdc861
README.md
@@ -25,6 +25,8 @@ and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contrib
25
26
## Changelog
27
28
+- **1.7.0**
29
+ - [Support Precision](https://github.com/sass/sassc-ruby/pull/19)
30
- **1.6.0**
31
- [Support Sass Color types](https://github.com/bolandrm/sassc-ruby/pull/14)
32
- [Support quoted strings](https://github.com/bolandrm/sassc-ruby/pull/13)
lib/sassc/version.rb
@@ -1,3 +1,3 @@
1
module SassC
2
- VERSION = "1.6.0"
+ VERSION = "1.7.0"
3
end
0 commit comments