From caf456ae7820cf836d51c6693ee7daf7998cf76a Mon Sep 17 00:00:00 2001 From: faga Date: Tue, 21 Mar 2023 13:59:58 +0800 Subject: [PATCH] chore: fix typo --- packages/core/css/pre-process-css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }