Closed baixiaoyu2997 closed 2 years ago
I want to migrate my code incrementally form scss to postcss , i want use rule only for lang="postcss":
scss
postcss
lang="postcss"
"overrides": [ { "files": ["**/*.css","**/*.vue"], "rules": { "selector-nested-pattern": "^&" } } ],
but in lang="scss" sfc will warn , how to specify rules for different lang ?
lang="scss"
Thank you for posting this issue. Currently, it is not possible to change the rule config to be applied for each specified lang.
lang
I want to migrate my code incrementally form
scss
topostcss
, i want use rule only forlang="postcss"
:but in
lang="scss"
sfc will warn , how to specify rules for different lang ?