Does anyone have the CSS Indent file in vim that can indent the
in @media?@media (min-width: 992px) {
body{
background:red;
}
}
PHP中文网2017-05-16 16:42:43
https://github.com/JulesWang/css.vim
https://github.com/hail2u/vim-css3-syntax
Just install the above two plug-ins and you’ll be done. If you use Vim 7.4+, you don’t need to install the first one, it will not affect it. If it is 7.3, it needs to be installed. The second one cannot do anything for 7.3.