cirrusreset
v0.0.5
Published
A CSS reset written in SCSS.
Downloads
76
Maintainers
Readme
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
- Reset
padding
andmargins
for all elements. - Remove background repeats in all elements and
::before
and::after
- Adjust
line-height: 1.15
to fix spacing across desktop and mobile browsers andtext-size-adjust
. - Apply
box-sizing: border-box
onhtml
elements. - Unify fonts for
code
,kbd
, andsamp
. - Remove
iframe
border. - Modify tables with
border-spacing: 0
andborder-collapse: collapse
. - Fixed table element spacing with
padding: 0
andtext-align: left
. - Remove horizontal resize for
textarea
. - 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