diff --git a/src/lib/css-tag.ts b/src/lib/css-tag.ts index eb180902..e508be3e 100644 --- a/src/lib/css-tag.ts +++ b/src/lib/css-tag.ts @@ -44,7 +44,7 @@ export class CSSResult { return this._styleSheet; } - toString(): String { + toString(): string { return this.cssText; } }