Closed valk closed 10 years ago
In my rake file I'm using SpriteFactory.run!(... :selector => '.' ...) which produces just classes that I can use on any element.
This change will ensure - where there's more CSS specificity - that nothing else will override the background.
Sorry, I'm not going to hard code !important in the generated css. It's generally bad practice.
If you want to implement an option to enable it on demand, that might work ?
In my rake file I'm using SpriteFactory.run!(... :selector => '.' ...) which produces just classes that I can use on any element.
This change will ensure - where there's more CSS specificity - that nothing else will override the background.