The only CSS reset I normally use is this:

* {
    margin: 0;
    padding: 0;
    border: 0;
}

This covers almost everything and you can now control the tags because of not 
many things to worry about.



> 
> I've been working on a mini project to make Eric Meyers reset a little
> more useful for me. The basic Idea is to use Sass to give the reset a few
> options.
> 
> Full source, demo, & docs can be found here =>
> https://github.com/pebblecode/PCR
> 
> I'd love to get some feedback on this. Whether the implementation seems ok
> to you, and more importantly whether you think this is a good idea as a
> concept?
> 


                                          
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to