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 6f9755c commit a6008c4Copy full SHA for a6008c4
css-typed-om/README.md
@@ -22,7 +22,7 @@ We get them of `StylePropertyMaps` on elements.
22
23
To get the specified height from an element we would use the following JS:
24
```
25
-element.attributeStyleMap.get('height'); // returns a string
+element.attributeStyleMap.get('height'); // returns a CSSUnitValue
26
27
28
Similarly to get the computed value of a CSS property we would do the following:
0 commit comments