feature-requestgood first issue
Repository metrics
- Stars
- (5,752 stars)
- PR merge metrics
- (PR metrics pending)
Description
- I have searched through existing issues
Feature Request
I'm getting syntax errors in the <style> block on nested CSS rules and it seems the expected solution here is to add lang="postcss".
However, this is confusing because vue-loader docs say:
There's no need to specify lang="postcss" on a style block if there is a PostCSS config file in your project.
I'd like to request that Vetur implicitly determines whether the syntax is PostCSS, by detecting:
- if there's a PostCSS config file:
postcss.config.js,.postcssrc.js, etc. - which files
postcss-loaderis applied to