@@ -53,21 +53,6 @@ export const propsToAttrMap: Record<string, string | undefined> = {
53
53
httpEquiv : 'http-equiv'
54
54
}
55
55
56
- /**
57
- * CSS properties that accept plain numbers
58
- */
59
- export const isNoUnitNumericStyleProp = /*#__PURE__*/ makeMap (
60
- `animation-iteration-count,border-image-outset,border-image-slice,` +
61
- `border-image-width,box-flex,box-flex-group,box-ordinal-group,column-count,` +
62
- `columns,flex,flex-grow,flex-positive,flex-shrink,flex-negative,flex-order,` +
63
- `grid-row,grid-row-end,grid-row-span,grid-row-start,grid-column,` +
64
- `grid-column-end,grid-column-span,grid-column-start,font-weight,line-clamp,` +
65
- `line-height,opacity,order,orphans,tab-size,widows,z-index,zoom,` +
66
- // SVG
67
- `fill-opacity,flood-opacity,stop-opacity,stroke-dasharray,stroke-dashoffset,` +
68
- `stroke-miterlimit,stroke-opacity,stroke-width`
69
- )
70
-
71
56
/**
72
57
* Known attributes, this is used for stringification of runtime static nodes
73
58
* so that we don't stringify bindings that cannot be set from HTML.
0 commit comments