We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be0c3d commit a4de41cCopy full SHA for a4de41c
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## (Unreleased)
+## 1.2.0 - 4/14/2013 ##
2
3
* 0 and 0px are now reconciled as redundancies
4
* Disables color support by default for windows & ruby < 2.0
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- csscss (1.1.0)
+ csscss (1.2.0)
5
colorize
6
parslet (~> 1.5)
7
lib/csscss/version.rb
@@ -1,3 +1,3 @@
module Csscss
- VERSION = "1.1.0"
+ VERSION = "1.2.0"
end
0 commit comments