diff --git a/packages/core/css/pre-process-css.ts b/packages/core/css/pre-process-css.ts index 5da7c29..903016a 100644 --- a/packages/core/css/pre-process-css.ts +++ b/packages/core/css/pre-process-css.ts @@ -187,7 +187,7 @@ export function preProcessCSS(options: SearchGlobOptions): ICSSFileMap { // if (file.endsWith(`.${SUPPORT_FILE.LESS}`)) { /* empty */ } // ⭐TODO: 支持 stylus - // if (file.endsWith(`.${SUPPORT_FILE.SASS}`)) { /* empty */ } + // if (file.endsWith(`.${SUPPORT_FILE.STYLUS}`)) { /* empty */ } } return cssFiles }