filipelinhares / ress
- понедельник, 4 июля 2016 г. в 03:12:03
CSS
A modern CSS reset
Modern CSS reset
npm install --save ress
box-sizing: border-box;
in all elements.padding
and margin
in all elements.background-repeat: no-repeat
in all elements.text-decoration
and vertical-align
to ::before
and ::after
.outline
when hovering in all browsers.font-family: monospace
in code elements.border-radius
in input elements.ress uses Normalize.css under the hood with some customizations to apply a solid base to start your stylesheet.
Inherit from Normalize
MIT © Filipe Linhares