Skip to content

Commit 36e1991

Browse files
balloobjustinfagnani
authored andcommitted
Fix cssResult.toString type (#546)
1 parent 7a6b4c5 commit 36e1991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/css-tag.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class CSSResult {
4444
return this._styleSheet;
4545
}
4646

47-
toString(): String {
47+
toString(): string {
4848
return this.cssText;
4949
}
5050
}

0 commit comments

Comments
 (0)