We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9cfbd commit f745936Copy full SHA for f745936
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.4.2
2
+
3
+* [bugfix] correctly split stylesheets even if @keyframes are directly on the rule limit #55 by [@rubenswieringa](https://github.com/rubenswieringa)
4
5
# 0.4.1
6
7
* [Improvement] All `*_splitN.css` files default to `debug: false` in development to prevent empty file bug.
lib/css_splitter/version.rb
@@ -1,3 +1,3 @@
module CssSplitter
- VERSION = "0.4.1"
+ VERSION = "0.4.2"
end
0 commit comments