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 347f256 commit fe455d9Copy full SHA for fe455d9
src/index.js
@@ -75,7 +75,7 @@ function parseLinkCSS() {
75
if (rule.selectorText) {
76
classNameList.set(rule.selectorText.replace(/[.\\]/g, ''), true);
77
} else {
78
- // ToDo: handle media queriesand add to classNameList to avoid duplicate parsing
+ // TODO: handle media queriesand add to classNameList to avoid duplicate parsing
79
}
80
81
catch (err) {
0 commit comments