A modern CSS reset
npm install ressModern CSS reset
  
``sh`
npm install --save ress
or
`sh`
yarn add ress
1. Apply box-sizing: border-box; in all elements.padding
2. Reset and margin in all elements.background-repeat: no-repeat
3. Specify in all elements and pseudo elements.text-decoration
4. Inherit and vertical-align to ::before and ::after.outline
5. Remove the when hovering in all browsers.font-family: monospace
6. Specify in code elements.border-radius
7. Reset in input elements.cursor: pointer
8. Specify font inheritance of form elements.
9. Remove the default button styling in all browsers.
10. Specify textarea resizability to vertical.
11. Apply to button elements.tab-size: 4
12. Apply in html.select
13. Style like a standard input.cursor
14. Style by aria attributes.
ress uses Normalize.css under the hood with some customizations to apply a solid base to start your stylesheet.
- Chrome
- Edge
- Firefox ESR+
- Internet Explorer 10+
- Opera
- Safari 8+
`sh`
https://unpkg.com/ress/dist/ress.min.css
`shProduction
https://cdn.jsdelivr.net/npm/ress@4.0.0/dist/ress.min.css
MIT © Filipe Linhares