Results 217 comments of Azat S.

Yes, I think so too. And maybe `.pcss` extension will be used for [SugarSS](https://github.com/postcss/sugarss). We'll fix that.

Yeah. We can clear it. Also Autoprefixer can make SVG filter from filter property.

I have the same question with the following settings: **.vimrc**: ```viml set termguicolors set t_Co=256 set t_AB=^[[48;5;%dm set t_AF=^[[38;5;%dm]]]] highlight Normal ctermbg=black ctermfg=white set background=dark Plug 'morhetz/gruvbox' colorscheme gruvbox let...

@polyzen Adding this lines crash my Vim ![ezgif-2-3d150568c8](https://user-images.githubusercontent.com/5698350/28543122-6870ef7a-70c7-11e7-9f02-85d970b0d73a.gif)

@polyzen This code also not works for me: ```viml if has("termguicolors") " set true colors let &t_8f = "\[38;2;%lu;%lu;%lum" let &t_8b = "\[48;2;%lu;%lu;%lum" set termguicolors endif highlight Normal ctermbg=black ctermfg=white...

I don't understand why, but problem was solved with the following settings: **.vimrc** ```viml highlight Normal ctermbg=black ctermfg=white set background=dark Plug 'morhetz/gruvbox' colorscheme gruvbox let g:gruvbox_contrast_dark = 'hard' ``` **.tmux.conf**...

@jquense There is webpack loader in this repo, so why not have Vite plugin here? Also, I can can try to add some tests and some code with Vite to...