Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6359 from stowball/MarginAutoCSSCodeHint
Browse files Browse the repository at this point in the history
Add auto to margin CSS code hint
  • Loading branch information
redmunds committed Jan 7, 2014
2 parents e93ba97 + 75e7e5f commit 87080f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/extensions/default/CSSCodeHints/CSSProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@
"list-style-image": {"values": [ "url()" ]},
"list-style-position": {"values": ["inside", "outside", "inherit"]},
"list-style-type": {"values": ["armenian", "circle", "decimal", "decimal-leading-zero", "disc", "georgian", "lower-alpha", "lower-greek", "lower-latin", "lower-roman", "none", "square", "upper-alpha", "upper-latin", "upper-roman", "inherit"]},
"margin": {"values": ["inherit"]},
"margin-bottom": {"values": []},
"margin-left": {"values": []},
"margin-right": {"values": []},
"margin-top": {"values": []},
"margin": {"values": ["auto", "inherit"]},
"margin-bottom": {"values": ["auto", "inherit"]},
"margin-left": {"values": ["auto", "inherit"]},
"margin-right": {"values": ["auto", "inherit"]},
"margin-top": {"values": ["auto", "inherit"]},
"max-height": {"values": ["none", "inherit"]},
"max-width": {"values": ["none", "inherit"]},
"min-height": {"values": ["inherit"]},
Expand Down

0 comments on commit 87080f9

Please sign in to comment.