diff --git a/src/removeUnsupported.js b/src/removeUnsupported.js index 73a130a..5d941dd 100644 --- a/src/removeUnsupported.js +++ b/src/removeUnsupported.js @@ -237,14 +237,16 @@ const supportedProperties = { "tab-background-color": true, "tab-text-color": true, "tab-text-font-size": true, + "text-overflow": true, "text-transform": true, "text-align": ["left", "center", "right"], "text-decoration": ["none", "line-through", "underline"], "text-shadow": true, "text-transform": ["none", "capitalize", "uppercase", "lowercase"], transform: true, - "vertical-align": ["top", "center", "bottom", "stretch"], - visibility: ["visible", "collapse"], + "vertical-align": ["top", "center", "middle", "bottom", "stretch"], + visibility: ["visible", "collapse", "hidden"], + "white-space": ["initial", "normal", "nowrap"], width: true, "z-index": true, };