Skip to content

Commit c1f283e

Browse files
committed
feat: add new props
1 parent 2fea4d0 commit c1f283e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/removeUnsupported.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,27 +223,39 @@ const supportedProperties = {
223223
"background-position": true,
224224
"background-repeat": ["repeat", "repeat-x", "repeat-y", "no-repeat"],
225225
"background-size": true,
226+
"backdrop-filter": true,
226227
"border-bottom-color": true,
227228
"border-bottom-left-radius": true,
228229
"border-bottom-right-radius": true,
230+
"border-bottom-style": true,
229231
"border-bottom-width": true,
230232
"border-color": true,
233+
"border-image": true,
231234
"border-left-color": true,
235+
"border-left-style": true,
232236
"border-left-width": true,
233237
"border-radius": true,
234238
"border-right-color": true,
239+
"border-right-style": true,
235240
"border-right-width": true,
236241
"border-top-color": true,
237242
"border-top-left-radius": true,
238243
"border-top-right-radius": true,
244+
"border-top-style": true,
239245
"border-top-width": true,
240246
"border-width": true,
241247
bottom: true,
242248
"box-shadow": true,
243249
"box-sizing": true,
250+
"caret-color": true,
244251
"clip-path": true,
245252
clear: true,
246253
color: true,
254+
"corner-shape": true,
255+
"corner-shape-top-left": true,
256+
"corner-shape-top-right": true,
257+
"corner-shape-bottom-right": true,
258+
"corner-shape-bottom-left": true,
247259
display: true,
248260
gap: true,
249261
"grid-area": true,
@@ -279,11 +291,14 @@ const supportedProperties = {
279291
float: true,
280292
font: true,
281293
"font-family": true,
294+
"font-feature-settings": true,
282295
"font-size": true,
296+
"font-stretch": true,
283297
"font-style": ["italic", "normal"],
284298
"font-weight": true,
285299
"font-variation-settings": true,
286300
height: true,
301+
hyphens: ["none", "manual", "auto"],
287302
"highlight-color": true,
288303
"horizontal-align": ["left", "center", "right", "stretch"],
289304
"justify-content": true,
@@ -307,6 +322,7 @@ const supportedProperties = {
307322
"max-width": true,
308323
"min-height": true,
309324
"min-width": true,
325+
"object-position": true,
310326
"off-background-color": true,
311327
opacity: true,
312328
order: true,
@@ -342,9 +358,12 @@ const supportedProperties = {
342358
top: true,
343359
transform: true,
344360
rotate: true,
361+
"unicode-bidi": ["normal", "embed", "bidi-override"],
345362
"vertical-align": ["top", "center", "bottom", "stretch"],
346363
visibility: ["visible", "collapse"],
364+
"word-spacing": true,
347365
width: true,
366+
"writing-mode": ["horizontal-tb", "vertical-rl", "vertical-lr"],
348367
"z-index": true,
349368
};
350369

0 commit comments

Comments
 (0)