coc-stylelint
coc-stylelint copied to clipboard
[scss unknownProperties] [W] Unknown property: 'content-visibility'
the property content-visibility
is giving me a warning even tho the stylelint
at my project is on the version that has the correct know-css-properties
version (which is 0.20), is this an error of coc-stylelint? can anyone help me?
Should be problem of your language server, checkout https://github.com/neoclide/coc.nvim/wiki/Debug-language-server#using-output-channel
The see no error in the output channel :thinking: what should I look for?