Azat S.
Azat S.
No problem. 😄
I'm working on it :smiley:
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 
@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**...
The same problem
@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...