Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lutien committed Sep 25, 2016
1 parent 0f09c29 commit b1b117a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.4.0

* Add support less and sass syntax for variables

## v0.3.0

* Add templating for variables :art:
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ Default: `:root`

You can set custom selector, which will contain variables.

### variableSyntax

Type: `string`<br>
Required: `false`<br>
Default: ``

By default it will be used css variables syntax, other available variants **less** and **sass**.

### templateVariableName

Type: `string`<br>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-extract-value",
"version": "0.3.0",
"version": "0.4.0",
"description": "PostCSS plugin to extract values from css properties and put them into variables.",
"keywords": [
"postcss",
Expand All @@ -25,7 +25,7 @@
"ava": "^0.16.0",
"coveralls": "^2.11.12",
"eslint": "^3.6.0",
"eslint-config-airbnb-base": "^7.2.0",
"eslint-config-airbnb-base": "^8.0.0",
"eslint-plugin-import": "^1.16.0",
"nyc": "^8.1.0"
},
Expand Down

0 comments on commit b1b117a

Please sign in to comment.