kizu / ideas

Repo for some not-so-secret ideas for different things, more like todo-someday-in-the-future I guess
1 stars 0 forks source link

CSS variables for theme scopes #108

Open kizu opened 9 years ago

kizu commented 9 years ago

Right now there is no way to have stuff in a closer parent to override stuff from the further one, as only the order and specificity in CSS matters. With CSS variables it would be possible to set the variables to those scopes, and then use them when needed, this way the closest variable would be always used. Yay.