Is is possible to have one style sheet (sheet1.css) that has a class of .titleText inherit the class that is in another stylesheet (sheet2.css)?
Something like...
.titleText {
url: sheet2.css, titleTextBold
}
Thanks in advance for your help on this.
Something like...
.titleText {
url: sheet2.css, titleTextBold
}
Thanks in advance for your help on this.
Comment