Skip to content

Commit fe455d9

Browse files
committed
add TODO
1 parent 347f256 commit fe455d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function parseLinkCSS() {
7575
if (rule.selectorText) {
7676
classNameList.set(rule.selectorText.replace(/[.\\]/g, ''), true);
7777
} else {
78-
// ToDo: handle media queriesand add to classNameList to avoid duplicate parsing
78+
// TODO: handle media queriesand add to classNameList to avoid duplicate parsing
7979
}
8080
}
8181
catch (err) {

0 commit comments

Comments
 (0)