Skip to content

Commit a85674b

Browse files
committed
Move text-shadow into the Composition & Effects category
Signed-off-by: Nico Burns <[email protected]>
1 parent db25f3e commit a85674b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/css-property-groups.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@
154154
{ "name": "letter-spacing", "status": "Yes" },
155155
{ "name": "word-break", "status": "Yes" },
156156
{ "name": "overflow-wrap / word-wrap", "status": "Yes", "properties": ["overflow-wrap", "word-wrap"] },
157-
{ "name": "text-shadow", "status": "No" },
158157
{ "name": "webkit-line-clamp", "status": "No" },
159158
{ "name": "text-indent", "status": "No" },
160159
{ "name": "text-rendering", "status": "No" },
@@ -259,6 +258,7 @@
259258
{ "name": "box-shadow", "status": "Yes" },
260259
{ "name": "outline", "status": "Yes", "properties": ["outline-width", "outline-style", "outline-color", "outline-offset"] },
261260
{ "name": "filter", "status": "No"},
261+
{ "name": "text-shadow", "status": "No" },
262262
{ "name": "backdrop-filter", "status": "No" },
263263
{ "name": "mix-blend-mode", "status": "No" },
264264
{ "name": "background-blend-mode", "status": "No" }

0 commit comments

Comments
 (0)