diff --git a/src/removeUnsupported.js b/src/removeUnsupported.js index f8ba865..a2c6a3a 100644 --- a/src/removeUnsupported.js +++ b/src/removeUnsupported.js @@ -239,6 +239,22 @@ const supportedProperties = { "box-shadow": true, "clip-path": true, color: true, + "display": true, + gap: true, + "grid-area": true, + "grid-template-areas": true, + "grid-template-rows": true, + "grid-template-columns": true, + "grid-row-start": true, + "grid-row-end": true, + "grid-column-start": true, + "grid-column-end": true, + "grid-gap": true, + "row-gap": true, + "column-gap": true, + "grid-auto-rows": true, + "grid-auto-columns": true, + "grid-auto-flow": ["row", "column", "row dense", "column dense"], flex: true, "flex-grow": true, "flex-direction": true, @@ -269,11 +285,16 @@ 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, "off-background-color": true, opacity: true, order: true, + "overflow": true, + "overflow-x": true, + "overflow-y": true, padding: true, "padding-block": true, "padding-bottom": true,