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 6cf6825 commit 9542e0cCopy full SHA for 9542e0c
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## v0.5.1
2
+
3
+* Replace AVA to Jest
4
+* Add support PostCSS 6.0
5
6
+## v0.5.0
7
8
+* Refactoring variable templating
9
+* Add support keyword [selectorName] for template
10
11
## v0.4.0
12
13
* Add support less and sass syntax for variables
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-extract-value",
- "version": "0.5.0",
+ "version": "0.5.1",
"description": "PostCSS plugin to extract values from css properties and put them into variables.",
"keywords": [
"postcss",
0 commit comments