-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support style lang postcss #1259
Conversation
3c3e7e4
to
7e8ab4b
Compare
Hum postcss is already applied to any style block. Not sure this is needed at all. |
I need to specify the lang attribute of the style block to enable syntax highlight. Without lang being specified, there will be syntax problem. When I specify the lang with 'postcss', the syntax highlight works fine. But webpack won't able to recognize it. here is a test project git clone [email protected]:zyy7259/test-vue-cli-style-postcss.git
cd test-vue-cli-style-postcss
yarn
yarn build |
or maybe change |
7e8ab4b
to
c138d8d
Compare
A similar discussion is already in vuejs/vetur#506.
I think it is sensible to keep this feature. In the past, all we need is to install |
Why did the CI fail :( |
c138d8d
to
037fc28
Compare
Thanks again for supporting |
No description provided.