Open privatenumber opened 3 years ago
which files postcss-loader is applied to
This can't be done because vetur has no way of knowing your webpack config.
if there's a PostCSS config file: postcss.config.js, .postcssrc.js, etc.
This may be possible. Welcome a PR.
For what its worth, adding lang="postcss"
breaks the deep selectors in storybook-vue
Feature Request
I'm getting syntax errors in the
<style>
block on nested CSS rules and it seems the expected solution here is to addlang="postcss"
.However, this is confusing because vue-loader docs say:
I'd like to request that Vetur implicitly determines whether the syntax is PostCSS, by detecting:
postcss.config.js
,.postcssrc.js
, etc.postcss-loader
is applied to