chore: fix unknown at rule @applyless(unknownAtRules) (#1221)

fix: Unknown at rule @applyless(unknownAtRules)
This commit is contained in:
Stephen Zhou
2023-03-01 19:50:09 +08:00
committed by GitHub
parent 4ab32d4c2c
commit e43e04b478

View File

@@ -5,5 +5,8 @@
}, },
"i18n-ally.localesPaths": [ "i18n-ally.localesPaths": [
"src/locales" "src/locales"
] ],
"files.associations": {
"*.less": "postcss"
}
} }