
例如
<style type="text/css"> body{ font-size1 : 14px; font-size2qq : 14px; font-size3 : 14px; } </style> 在 VSCodeBeautify setting 文件里没能找到 https://github.com/HookyQR/VSCodeBeautify/blob/master/Settings.md
会格式化成 [ "component", [{ "libraryName": "element-ui", "styleLibraryName": "~theme" }] ] 而不是 [ "component", [{ "libraryName": "element-ui", "styleLibraryName": "~theme" }] ]
看起来难受 ()
1 leer561 OP JSON 格式化会变成 ```Javascript [ "component", [{ "libraryName": "element-ui", "styleLibraryName": "~theme" }] ] ``` 而不是 ```Javascript [ "component", [{ "libraryName": "element-ui", "styleLibraryName": "~theme" }] ] ``` |
2 DaPanda 2017-06-30 16:32:00 +08:00 https://github.com/HookyQR/VSCodeBeautify 不知道有没有能实现你需要的 |
3 leer561 OP @DaPanda 应该实现不了 css 冒号的居中对齐。settings 里的 css 相关的设置都试了,貌似没用。 |