diff --git a/src/removeUnsupported.js b/src/removeUnsupported.js index 73a130a..b77f971 100644 --- a/src/removeUnsupported.js +++ b/src/removeUnsupported.js @@ -219,6 +219,12 @@ const supportedProperties = { "margin-left": true, "margin-right": true, "margin-top": true, + "margin-block": true, + "margin-block-start": true, + "margin-block-end": true, + "margin-inline": true, + "margin-inline-start": true, + "margin-inline-end": true, "min-height": true, "min-width": true, "off-background-color": true,