Skip to content

Commit

Permalink
Merge pull request #229 from lahmatiy/patch-7
Browse files Browse the repository at this point in the history
Simplify <'-moz-border-*-colors'> syntaxes
  • Loading branch information
wbamberg authored May 15, 2018
2 parents 8f876a5 + 3f712f4 commit e19d166
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@
"status": "nonstandard"
},
"-moz-border-bottom-colors": {
"syntax": "[ <color> ]* <color> | none",
"syntax": "<color>+ | none",
"media": "visual",
"inherited": false,
"animationType": "discrete",
Expand All @@ -788,7 +788,7 @@
"status": "nonstandard"
},
"-moz-border-left-colors": {
"syntax": "[ <color> ]* <color> | none",
"syntax": "<color>+ | none",
"media": "visual",
"inherited": false,
"animationType": "discrete",
Expand All @@ -803,7 +803,7 @@
"status": "nonstandard"
},
"-moz-border-right-colors": {
"syntax": "[ <color> ]* <color> | none",
"syntax": "<color>+ | none",
"media": "visual",
"inherited": false,
"animationType": "discrete",
Expand All @@ -818,7 +818,7 @@
"status": "nonstandard"
},
"-moz-border-top-colors": {
"syntax": "[ <color> ]* <color> | none",
"syntax": "<color>+ | none",
"media": "visual",
"inherited": false,
"animationType": "discrete",
Expand Down

0 comments on commit e19d166

Please sign in to comment.