Has anyone got / recommend a good reset.css for Concrete5?

Permalink
Just putting it out there to see if anyone has a good reset.css to use with concrete5? - Specifically when using Bootstrap as a framework and some html5 elements...

I've found a lot of resets are greedy and really interfere with the concrete5 interface on the front end editing view. Things such as box models, inherited fonts, labels and fields, all seem to need adjustment or changing when using with a Concrete5 site...

Thanks!

PatrickCassidy
 
mesuva replied on at Permalink Reply
mesuva
Doesn't bootstrap already utilise normalize.css? -http://necolas.github.io/normalize.css/...

This isn't _strictly_ a reset stylesheet, as it doesn't do things like reset the margins for everything to zero, it just enforces common defaults for things, overcoming the fact that different browsers have slightly different default styles. I find this a much more controllable approach.

In our Sass based themes we directly pull it in (it's pretty much the first styles encountered) and it doesn't seem to affect any of concrete5's interface. The whole idea is that it shouldn't, or if it does it just acts to makes things more uniform across browsers. (Then we have our own Sass based 'starting point' for new concrete5 themes, we've moved away from using a framework as such, but that's another discussion!)