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 59a0984 commit f4cd195Copy full SHA for f4cd195
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.2.2
2
+
3
+* Fix hsl regexp
4
+* Add tests for color types
5
6
## v0.2.1
7
8
* Fix case with default value in css variable
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-extract-value",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "PostCSS plugin to extract values from css properties and put them into variables.",
"keywords": [
"postcss",
0 commit comments