sublime-list-stylesheet-vars
sublime-list-stylesheet-vars copied to clipboard
Define base variable file
Hi there,
In our projects we often work with a file that contains all variables - and we do not have this file open all the time. Would be great to be able to supply the plugin with an argument that contains the URL to this file (would be awesome if this also supports @imports, as we often split our variables up in different files).
Just my two cents - awesome work, thanks!
Hi There,
Regarding to this issue, would be great also to support new css custom properties , specially for var() functions. So you get your list of defined variables when typing double dash.
:root { --main-color: #06c; } /* The rest of the CSS file */ #foo h1 { color: var(--main-color); }
Thanks!
I need this!