Home

Awesome

Cirrus Reset

A super lightweight CSS reset written in Sass that fixes cross browser styling issues and some browser specific annoyances.

Install

npm

npm install cirrusreset

CDN

https://unpkg.com/cirrusreset@0.0.5/dist/reset.min.css

or download the source.

Features

  1. Reset padding and margins for all elements.
  2. Remove background repeats in all elements and ::before and ::after
  3. Adjust line-height: 1.15 to fix spacing across desktop and mobile browsers and text-size-adjust.
  4. Apply box-sizing: border-box on html elements.
  5. Unify fonts for code, kbd, and samp.
  6. Remove iframe border.
  7. Modify tables with border-spacing: 0 and border-collapse: collapse.
  8. Fixed table element spacing with padding: 0 and text-align: left.
  9. Remove horizontal resize for textarea.
  10. Reset button cursors to default.

Browser Support

<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" /></br>IE / Edge<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" /></br>Firefox<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" /></br>Chrome<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" /></br>Safari<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" /></br>Opera<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24px" height="24px" /></br>Electron
IE9, IE10, IE11, Edgelast 3 versions, ESRlast 3 versionslast 3 versionslast 3 versionslast 3 versions
<br />

License

This software is licensed under the MIT License