paulcollett / css-reset

CSS normalize & reset for SASS and web apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paul's WebApp CSS reset & defaults

Where this is beneficial is in projects like most SASS and web apps that see a lot of custom styling. A full reset avoids the need to ever override cascading CSS styles letting the developer choose the correct element/tag to style without prior conflict.

What this actually does

  • Leverage the latest crowdsourced Bootstrap Reboot to normalize all the weird quicks between browsers and elements.

  • Resets all? element styles

About

CSS normalize & reset for SASS and web apps


Languages

Language:CSS 61.6%Language:HTML 38.4%