Skip to content

Cirrus-UI/Cirrus-Reset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
Electron
Electron
IE9, IE10, IE11, Edge last 3 versions, ESR last 3 versions last 3 versions last 3 versions last 3 versions

License

This software is licensed under the MIT License

Releases

No releases published

Packages

No packages published