Skip to content

Commit

Permalink
Merge pull request #353 from ExE-Boss/css/syntaxes/simplify-var-funct…
Browse files Browse the repository at this point in the history
…ion-definition

refactor(css‑variables): Simplify `var()` function syntax definition
  • Loading branch information
chrisdavidmills authored Feb 7, 2019
2 parents 77e0145 + 33e32e0 commit 0f25357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/syntaxes.json
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@
"syntax": "<wq-name> | <ns-prefix>? '*'"
},
"var()": {
"syntax": "var( <custom-property-name> [, <declaration-value> ]? )"
"syntax": "var( <custom-property-name> , <declaration-value>? )"
},
"viewport-length": {
"syntax": "auto | <length-percentage>"
Expand Down

0 comments on commit 0f25357

Please sign in to comment.