A bulldozer CSS file that first resets, than normalizes, and finally makes responsive all the properties for all the elements within an HTML page.
When !important
is not enough to survive in the cascade, you may use this project to have peace of mind :)
- Replace references to .bullreset with the name of your favourite class
- Append your favourite class to HTML element
- Write your styles safely
- Replace references to .bullreset with the name of your favourite class
- Append your favourite class to HTML element
- Overwrite all
;
with!important;
and write all your CSS using!important
for each property.
- Reset all styles very quickly
- Reset external plugin styles
- Reset external libraries styles (e.g. Bootstrap)
- Reset styles inside a container
- Start from stratch when touching legacy code
Just use all: initial
Read more on MDN
The MIT License (MIT) - http://opensource.org/licenses/MIT
- Add CodePens
- Add some screenshots
- Use Autoprefixer
- Use Sass modules
- Add browser compatibility list
- Add extensive CSS form elements support
- Add logo
- Add npm
- Add JSDelivr