A super lightweight CSS reset written in Sass that fixes cross browser styling issues and some browser specific annoyances.
npm
npm install cirrusresetCDN
https://unpkg.com/[email protected]/dist/reset.min.css
or download the source.
- Reset
paddingandmarginsfor all elements. - Remove background repeats in all elements and
::beforeand::after - Adjust
line-height: 1.15to fix spacing across desktop and mobile browsers andtext-size-adjust. - Apply
box-sizing: border-boxonhtmlelements. - Unify fonts for
code,kbd, andsamp. - Remove
iframeborder. - Modify tables with
border-spacing: 0andborder-collapse: collapse. - Fixed table element spacing with
padding: 0andtext-align: left. - Remove horizontal resize for
textarea. - Reset button cursors to default.
![]() IE / Edge |
![]() Firefox |
![]() Chrome |
![]() Safari |
![]() Opera |
![]() Electron |
|---|---|---|---|---|---|
| IE9, IE10, IE11, Edge | last 3 versions, ESR | last 3 versions | last 3 versions | last 3 versions | last 3 versions |
This software is licensed under the MIT License





