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 10cd4f8 commit bcf7d52Copy full SHA for bcf7d52
src/Generator.ts
@@ -43,7 +43,7 @@ export async function cssToHtml (css: CSSRuleList | string, options: Options = {
43
return output;
44
}
45
46
- // Parse
+ // Parse the CSSOM into individual rules.
47
const rules = new Array<Rule>();
48
const importSet = new Set<string>();
49
0 commit comments