I have several stylesheets. The first one is a stylesheet with some styles that I would like to use as defaults. Depending on several factors, the code being used to generate
Yes, that is how stylesheets work. The last one wins.
Just be sure the specificity of the default style sheet isn't greater than your override. And yes, avoid !important if you can. It's just silly.