Skip to content

Commit ca59746

Browse files
committed
bump to 1.12.1
1 parent 5519b18 commit ca59746

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This gem combines the speed of `libsass`, the [Sass C implementation](https://gi
66

77
### libsass Version
88

9-
[3.5.4](https://github.com/sass/libsass/releases/tag/3.5.4)
9+
[3.5.2](https://github.com/sass/libsass/releases/tag/3.5.2)
1010

1111
## Installation
1212

@@ -48,6 +48,8 @@ This gem is maintained by [Ryan Boland](https://ryanboland.com)
4848
and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contributors).
4949

5050
## Changelog
51+
- **1.12.1**
52+
- [Downgrade to libsass 3.5.2 to fix css imports](https://github.com/sass/sassc-ruby/pull/81)
5153
- **1.12.0**
5254
- [Update Libsass to 3.5.4](https://github.com/sass/sassc-ruby/pull/78)
5355
- [bundler is a development dependency](https://github.com/sass/sassc-ruby/pull/51)

lib/sassc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SassC
2-
VERSION = "1.12.0"
2+
VERSION = "1.12.1"
33
end

0 commit comments

Comments
 (0)