Skip to content

Commit

Permalink
Merge pull request #220 from Loirooriol/patch-1
Browse files Browse the repository at this point in the history
Reorder <display-listitem> to put 'list-item' last
  • Loading branch information
wbamberg committed May 7, 2018
2 parents 33482ae + 0cd212c commit a37f875
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 @@ -150,7 +150,7 @@
"syntax": "inline-block | inline-list-item | inline-table | inline-flex | inline-grid"
},
"display-listitem": {
"syntax": "list-item && <display-outside>? && [ flow | flow-root ]?"
"syntax": "<display-outside>? && [ flow | flow-root ]? && list-item"
},
"display-outside": {
"syntax": "block | inline | run-in"
Expand Down

0 comments on commit a37f875

Please sign in to comment.