no-css

A collection of CSS utility classes used to reset specific styles.


Keywords
css, utility, reset, layout, styles, formatting
License
MIT-feh
Install
bower install no-css

Documentation

no.css

no.css is a tiny, dead simple (and maybe dumb) CSS library which has the only goal of "nullify" specific CSS properties like margins, paddings, borders and so on. For the most common CSS properties it provides dedicated "no-property-name" classes to removes such styles. For example to remove margins you would use "no-margin" (<div class="no-margin">...</div>), to make an element hidden "no-display" (<div class="no-margin">...</div>) and so on... there is nothing to to say more, just take a look at the CSS file to see what "reset classes" are available.

Bower

no.css can be installed with Bower:

bower install no-css