File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v0.4.0
2+
3+ * Add support less and sass syntax for variables
4+
15## v0.3.0
26
37* Add templating for variables :art :
Original file line number Diff line number Diff line change @@ -73,6 +73,14 @@ Default: `:root`
7373
7474You can set custom selector, which will contain variables.
7575
76+ ### variableSyntax
77+
78+ Type: ` string ` <br >
79+ Required: ` false ` <br >
80+ Default: ``
81+
82+ By default it will be used css variables syntax, other available variants ** less** and ** sass** .
83+
7684### templateVariableName
7785
7886Type: ` string ` <br >
Original file line number Diff line number Diff line change 11{
22 "name" : " postcss-extract-value" ,
3- "version" : " 0.3 .0" ,
3+ "version" : " 0.4 .0" ,
44 "description" : " PostCSS plugin to extract values from css properties and put them into variables." ,
55 "keywords" : [
66 " postcss" ,
2525 "ava" : " ^0.16.0" ,
2626 "coveralls" : " ^2.11.12" ,
2727 "eslint" : " ^3.6.0" ,
28- "eslint-config-airbnb-base" : " ^7.2 .0" ,
28+ "eslint-config-airbnb-base" : " ^8.0 .0" ,
2929 "eslint-plugin-import" : " ^1.16.0" ,
3030 "nyc" : " ^8.1.0"
3131 },
You can’t perform that action at this time.
0 commit comments