Skip to content

Commit

Permalink
Update CSSProperties.json for text-align and text-justify (adobe#14563)
Browse files Browse the repository at this point in the history
* Adding css3 new values start, end, match-parent, justify-all to text-align property and adding the property text-justify with its values.

* Update CSSProperties.json

* Adding "inherit" value for text-justify
  • Loading branch information
narayani28 authored and ficristo committed Oct 16, 2018
1 parent dd49883 commit 1423ea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/extensions/default/CSSCodeHints/CSSProperties.json
Expand Up @@ -197,7 +197,7 @@
"shape-outside": {"values": ["none", "inherit", "circle()", "ellipse()", "polygon()", "inset()", "margin-box", "border-box", "padding-box", "content-box", "url()", "image()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()"]},
"tab-size": {"values": []},
"table-layout": {"values": ["auto", "fixed", "inherit"]},
"text-align": {"values": ["center", "left", "justify", "right", "inherit"]},
"text-align": {"values": ["start", "end", "center", "left", "justify", "right", "match-parent", "justify-all", "inherit"]},
"text-align-last": {"values": ["center", "left", "justify", "right", "inherit"]},
"text-decoration": {"values": ["line-through", "none", "overline", "underline", "inherit"]},
"text-decoration-color": {"values": [], "type": "color"},
Expand All @@ -209,6 +209,7 @@
"text-emphasis-position": {"values": ["above", "below", "left", "right"]},
"text-emphasis-style": {"values": ["circle", "dot", "double-circle", "filled", "none", "open", "sesame", "triangle"]},
"text-indent": {"values": ["inherit"]},
"text-justify": {"values": ["auto", "none", "inter-word", "inter-character", "inherit"]},
"text-overflow": {"values": ["clip", "ellipsis", "inherit"]},
"text-shadow": {"values": []},
"text-rendering": {"values": ["auto", "geometricPrecision", "optimizeLegibility", "optimizeSpeed"]},
Expand Down

0 comments on commit 1423ea6

Please sign in to comment.