Ignore merged stylesheets from packages?

Hi there!

I’d like to have full control of my app’s styling but I can’t find a way to ignore all css files coming from the atmosphere packages. Is there a simple way to “ignore” the generated merged stylesheet?

Thanks

There isn’t really an easy way to disable package styles, but you could consider using something like Cleanslate. It’s a chunk of CSS that you can embed to reset all styling on HTML elements back to their CSS defaults. It’s pretty extreme in how it works (since new styles then need !important added), but it might help in your case.

Thanks but I was just looking for a way to ignore thoses css files in my build as I don’t need them.
It looks like it’s easier to clone the package locally and get rid of what I don’t want.