-
Notifications
You must be signed in to change notification settings - Fork 20
Formating of sass in a .vue file #8
Comments
@treforcoster |
That syntax a bit weird ( I mean But I want to recommend this plugin over vue-for-idea on StackOverFlow here, because vue-for-idea have shity side-effect. Can you fix this issue? |
IDE plugins should not change the way we code, rel="stylesheet/sass" is not a solution |
This is not a solution. Even when these attributes are present on a I have 2 spaces set for scss language, but scss code in |
Vote on this :D https://youtrack.jetbrains.com/issue/WEB-19082 |
rel="stylesheet/..." is not a solution at all if you're using postcss <style lang="postcss">! |
@iloginow there's an official jetbrains plugin now, check it out: https://plugins.jetbrains.com/plugin/9442-vue-js |
@callumacrae it looks very buggy just yet. It recognizes neither '@/components/...' import syntax for .vue files nor data object parameters usage in templates. Not to mention that JetBrains support for popular postcss plugins is very poor. It doesn't recognize variables for example. Unfortunately, I don't really see any alternative to vscode for my Vue stack right now... |
Any chance of some improved Sass support in a .vue file.
Am able to use it but formatting is awful and breaks code.
The text was updated successfully, but these errors were encountered: