Here's what I want to do:
.mystyle { color: white }
blah blah blah
.someotherstyle { mystyle }
Put simply, once I've defined a style, I want to use that definition to define other styles.
I can't find any way to do this, after an hour of searching the web
Please help.
.mystyle { color: white }
blah blah blah
.someotherstyle { mystyle }
Put simply, once I've defined a style, I want to use that definition to define other styles.
I can't find any way to do this, after an hour of searching the web
Please help.