turbio / bracey.vim

live edit html, css, and javascript in vim
GNU General Public License v2.0
482 stars 25 forks source link

Bracey doesn't recognize CSS variables #55

Open rei-nert opened 3 years ago

rei-nert commented 3 years ago

Bracey doesn't recognize CSS variables in :root

Bracey: image

Opening index.html directly in the browser: image

All instances of my css var is missing in the bracey. Tried :BraceyReload, :BraceyStop + :Bracey and nothing worked

jsebdev commented 3 years ago

Same issue here -_-

rei-nert commented 3 years ago

Same issue here -_-

I found out the problem. CSSLint used in the server is old and unmaintained (around 2 yr).

I changed it to StyleLint and send a PR to solve it

It's PR #56, just waiting for review and approve