frckl-reset
v1.1.1
Published
Sensible, often-used, Sass-ready reset styles
Downloads
3
Readme
frckl-reset
Sensible, often-used, Sass-ready reset styles
This is a collection of often-used reset-styles, packaged in one simple file, ready to be included with Sass. Usually you should use this in combination with normalize.css.
Installation
npm install --save frckl-reset
You can then import the file in Sass with:
@import 'path/to/your/node_modules/frckl-reset/reset';
What does it do?
- box-sizing: border-box; all the things!
- removes padding and margin for most block elements
- sets some sane defaults for form-elements and tables and media-elements (images, videos, iframes etc.)
- removes list-styles from ordered and unordered lists in fieldsets or nav-elements
- default simple style for the hr-element
For details, just have a look at _reset.scss.
Please note: all styles are declared without any vendor-prefixes. Please use autoprefixer to add vendor-prefixes, after you compiled your Sass.
Thanks to
There are way to many people, that influenced me and everything in this repository. If you have the feeling that I should mention you - say so. I took heavy inspiration from those projects and the people behing it:
License
frckl-reset is published under the MIT License