CSS inheritance, aliases and other cool stuff -
the other day randomly browsing web , found program lets write css aliases , other cool stuff (which can't remember right now).
as example, remember can this:
.myclass { background-color: red; greenfont }
where greenfont defined somewhere else somekind of alias
greenfont { color: green; }
then program generate resulting css based on alias , other stuff.
does has used this? or did dreamed it? cannot find :p
sorry reply such old thread 1 check out less http://lesscss.org
Comments
Post a Comment