diff --git a/src/removeUnsupported.js b/src/removeUnsupported.js index f8ba865..923c1a3 100644 --- a/src/removeUnsupported.js +++ b/src/removeUnsupported.js @@ -215,47 +215,96 @@ const supportedProperties = { "animation-iteration-count": true, "animation-name": true, "animation-timing-function": true, + "aspect-ratio": true, background: true, "background-color": true, + "background-clip": true, "background-image": true, "background-position": true, "background-repeat": ["repeat", "repeat-x", "repeat-y", "no-repeat"], "background-size": true, + "backdrop-filter": true, "border-bottom-color": true, "border-bottom-left-radius": true, "border-bottom-right-radius": true, + "border-bottom-style": true, "border-bottom-width": true, "border-color": true, + "border-image": true, "border-left-color": true, + "border-left-style": true, "border-left-width": true, "border-radius": true, "border-right-color": true, + "border-right-style": true, "border-right-width": true, "border-top-color": true, "border-top-left-radius": true, "border-top-right-radius": true, + "border-top-style": true, "border-top-width": true, "border-width": true, + bottom: true, "box-shadow": true, + "box-sizing": true, + "caret-color": true, "clip-path": true, + clear: true, color: true, + "corner-shape": true, + "corner-shape-top-left": true, + "corner-shape-top-right": true, + "corner-shape-bottom-right": true, + "corner-shape-bottom-left": true, + display: true, + gap: true, + "grid-area": true, + "grid-template-areas": true, + "grid-template-rows": true, + "grid-template-columns": true, + "grid-row": true, + "grid-row-gap": true, + "grid-row-start": true, + "grid-row-end": true, + "grid-column": true, + "grid-column-gap": true, + "grid-column-start": true, + "grid-column-end": true, + "grid-gap": true, + "row-gap": true, + "column-gap": true, + "corner-shape-top-left": true, + "corner-shape-top-right": true, + "corner-shape-bottom-left": true, + "corner-shape-bottom-right": true, + "corner-shape": true, + "grid-auto-rows": true, + "grid-auto-columns": true, + "grid-auto-flow": ["row", "column", "row dense", "column dense"], + filter: true, flex: true, + "flex-basis": true, "flex-grow": true, "flex-direction": true, "flex-shrink": true, "flex-wrap": true, + float: true, font: true, "font-family": true, + "font-feature-settings": true, "font-size": true, + "font-stretch": true, "font-style": ["italic", "normal"], "font-weight": true, "font-variation-settings": true, height: true, + hyphens: ["none", "manual", "auto"], "highlight-color": true, "horizontal-align": ["left", "center", "right", "stretch"], "justify-content": true, "justify-items": true, "justify-self": true, + left: true, "letter-spacing": true, "line-height": true, margin: true, @@ -269,11 +318,17 @@ const supportedProperties = { "margin-inline": true, "margin-inline-start": true, "margin-inline-end": true, + "max-height": true, + "max-width": true, "min-height": true, "min-width": true, + "object-position": true, "off-background-color": true, opacity: true, order: true, + "overflow": true, + "overflow-x": true, + "overflow-y": true, padding: true, "padding-block": true, "padding-bottom": true, @@ -285,20 +340,30 @@ const supportedProperties = { "placeholder-color": true, "place-items": true, "place-self": true, + position: true, + right: true, "selected-tab-text-color": true, + "scrollbar-width": true, "tab-background-color": true, "tab-text-color": true, "tab-text-font-size": true, "text-transform": true, "text-align": ["left", "center", "right"], + "text-alignment": true, "text-decoration": ["none", "line-through", "underline"], + "text-overflow": true, "text-shadow": true, "text-transform": ["none", "capitalize", "uppercase", "lowercase"], + "text-wrap": true, + top: true, transform: true, rotate: true, + "unicode-bidi": ["normal", "embed", "bidi-override"], "vertical-align": ["top", "center", "bottom", "stretch"], visibility: ["visible", "collapse"], + "word-spacing": true, width: true, + "writing-mode": ["horizontal-tb", "vertical-rl", "vertical-lr"], "z-index": true, };