Skip to content

Commit bcf7d52

Browse files
committed
Update comment
1 parent 10cd4f8 commit bcf7d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export async function cssToHtml (css: CSSRuleList | string, options: Options = {
4343
return output;
4444
}
4545

46-
// Parse
46+
// Parse the CSSOM into individual rules.
4747
const rules = new Array<Rule>();
4848
const importSet = new Set<string>();
4949

0 commit comments

Comments
 (0)