Open DartMitai opened 2 years ago
This is just out of scope for this plugin. Values referencing is not supported, one way this can be done is by using lsp if it supports documentColor like tailwind.
CSS variables also doesn't work?
:root {
/* Here it is working */
--primary-300: #f0abfc;
--primary-400: #e879f9;
--primary-500: #d946ef;
}
/* Here it is not */
.title-underline {
background: var(--primary-500);
}
does not output a color if it is assigned to a variable, and outputs the color of lines that are not quite colors example text_black
Operating System: Fedora 37 x64
Neovim Version: 0.8.0 Colorizer Version: latest my settings