Skip to content

Commit fd01561

Browse files
authored
Merge pull request #527 from darrnshn/issue/525
Change .to to return CSSUnitValue
2 parents 1970cc3 + 0c0ffd7 commit fd01561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-typed-om/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ are represented by subclasses of the {{CSSNumericValue}} interface.
647647

648648
boolean equals(CSSNumberish... value);
649649

650-
CSSNumericValue to(DOMString unit);
650+
CSSUnitValue to(DOMString unit);
651651
CSSMathSum toSum(DOMString... units);
652652
// ??? type();
653653

0 commit comments

Comments
 (0)