The other day, I accidentally browsed web pages, and I found a program that allows you to write CSS aliases and other interesting things (which I canβt remember right now).
As an example, I remember you can do something like this:
.myclass { background-color: red; greenfont }
where greenfont was defined elsewhere as somekind alias
greenfont { color: green; }
Then the program will generate the resulting CSS based on an alias and other things.
Has anyone used this? Or did I dream it? I can not find it now: P
source share