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 fea1302 commit 0536e49Copy full SHA for 0536e49
packages/core/css/pre-process-css.ts
@@ -187,7 +187,7 @@ export function preProcessCSS(options: SearchGlobOptions): ICSSFileMap {
187
// if (file.endsWith(`.${SUPPORT_FILE.LESS}`)) { /* empty */ }
188
189
// ⭐TODO: 支持 stylus
190
- // if (file.endsWith(`.${SUPPORT_FILE.SASS}`)) { /* empty */ }
+ // if (file.endsWith(`.${SUPPORT_FILE.STYLUS}`)) { /* empty */ }
191
}
192
return cssFiles
193
0 commit comments