Add strokeOpacity to unitless CSS properties

This commit is contained in:
Brandon Tilley
2014-11-07 09:56:28 -08:00
parent c10a39e82b
commit 96126e9ff4
+5 -2
View File
@@ -16,7 +16,6 @@
*/
var isUnitlessNumber = {
columnCount: true,
fillOpacity: true,
flex: true,
flexGrow: true,
flexShrink: true,
@@ -28,7 +27,11 @@ var isUnitlessNumber = {
orphans: true,
widows: true,
zIndex: true,
zoom: true
zoom: true,
// SVG-related properties
fillOpacity: true,
strokeOpacity: true
};
/**