Forum Moderators: not2easy
Is there any possibility of calling same rules on elements from different css files?
Suppose I have two CSS files with same rules/classes but with different attributes. For instance in one css(CSS1.css) i have a class
.navigate{
background:brown
}
while in other(CSS2.css) it has been defined as:
.navigate{
background:grey
}
is it possible that when i call class in any element, i could also define which file is being called?
Thanks