Skip to content

Commit

Permalink
Allowing paramToValue for vertical-align (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
src-code authored Sep 17, 2018
1 parent a5b1271 commit 79f9c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atomizer",
"version": "3.4.7",
"version": "3.4.8",
"description": "A tool for creating Atomic CSS, a collection of single purpose styling units for maximum reuse",
"main": "./src/atomizer.js",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -2747,7 +2747,7 @@ module.exports = [
"type": "pattern",
"name": "Vertical align",
"matcher": "Va",
"allowParamToValue": false,
"allowParamToValue": true,
"styles": {
"vertical-align": "$0"
},
Expand Down

0 comments on commit 79f9c9c

Please sign in to comment.