Should it always come after main css or place doesn't matter?
For example:
if DIV {width:500px}
is specified in main.css and DIV {width:400px}
is specfied in IEonly.css which is inside Conditional comment.
Then is it must that, IEonly.css should come after main.css in source , or placement doesn't matter?