Skip to content

Commit 0536e49

Browse files
authored
chore: fix typo (#9)
Co-authored-by: faga <lzc295592@163.com>
1 parent fea1302 commit 0536e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/css/pre-process-css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export function preProcessCSS(options: SearchGlobOptions): ICSSFileMap {
187187
// if (file.endsWith(`.${SUPPORT_FILE.LESS}`)) { /* empty */ }
188188

189189
// ⭐TODO: 支持 stylus
190-
// if (file.endsWith(`.${SUPPORT_FILE.SASS}`)) { /* empty */ }
190+
// if (file.endsWith(`.${SUPPORT_FILE.STYLUS}`)) { /* empty */ }
191191
}
192192
return cssFiles
193193
}

0 commit comments

Comments
 (0)