0.0.5 • Published 7 years ago

cirrusreset v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Cirrus Reset

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

Install

npm

Coming Soon

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

  • Chrome
  • Opera
  • Edge (13+)
  • Firefox/ESR
  • Safari (6+)
  • Internet Explorer (8+)

License

This software is licensed under the MIT License