sublime-list-stylesheet-vars icon indicating copy to clipboard operation
sublime-list-stylesheet-vars copied to clipboard

Define base variable file

Open gerbenvandijk opened this issue 10 years ago • 2 comments

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!

gerbenvandijk avatar Oct 27 '14 10:10 gerbenvandijk

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!

oalberdi avatar Oct 10 '16 10:10 oalberdi

I need this!

nicothin avatar Mar 19 '17 13:03 nicothin