Skip to content

Commit b1b117a

Browse files
committed
Release v0.4.0
1 parent 0f09c29 commit b1b117a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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:

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,14 @@ Default: `:root`
7373

7474
You 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

7886
Type: `string`<br>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -25,7 +25,7 @@
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
},

0 commit comments

Comments
 (0)