Skip to content

Commit

Permalink
allow param to value for transition-property
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoi committed Jun 3, 2015
1 parent 1ca4175 commit be72389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules.js
Expand Up @@ -2470,7 +2470,7 @@ module.exports = [
"type": "pattern",
"name": "Transition property",
"matcher": "Trsp",
"allowParamToValue": false,
"allowParamToValue": true,
"styles": {
"transition-property": "$0"
},
Expand Down

0 comments on commit be72389

Please sign in to comment.