What is the spec behavior for two conflicting CSS styles from an external file? How well do browser
- by RenderIn
Suppose I have two files containing styles, a.css and b.css. I import them into my page in the <head> section. Both of these external files define a style for the class .someclass. Which one takes precedence? Is there any guarantee based on the order of the imports for css files that will state which style should be used?