Skip to content

Commit c948212

Browse files
Downgrade to 3.5.2 to fix css imports
1 parent 67147df commit c948212

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/native_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module NativeTest
99

1010
class General < MiniTest::Test
1111
def test_it_reports_the_libsass_version
12-
assert_equal "3.5.4", Native.version
12+
assert_equal "3.5.2", Native.version
1313
end
1414
end
1515

0 commit comments

Comments
 (0)