We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64aa1c0 commit 5839626Copy full SHA for 5839626
src/util.js
@@ -1,5 +1,5 @@
1
// DOM properties that should NOT have "px" added when numeric
2
-export const IS_NON_DIMENSIONAL = /acit|ex(?:s|g|n|p|$)|rph|ows|mnc|ntw|ine[ch]|zoo|^ord/i;
+export const IS_NON_DIMENSIONAL = /acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|^--/i;
3
4
export let encodeEntities = s => String(s)
5
.replace(/&/g, '&')
0 commit comments