8000 GitHub - rosskiet/ress: A modern CSS reset
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rosskiet/ress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern CSS reset

Build Status

Installation

npm install --save ress

Features

  1. Apply box-sizing: border-box; in all elements.
  2. Reset padding and margin in all elements.
  3. Specify background-repeat: no-repeat in all elements.
  4. Inherit text-decoration and vertical-align to ::before and ::after.
  5. Remove the outline when hovering in all browsers.
  6. Specify font-family: monospace in code elements.
  7. Reset border-radius in input elements.
  8. Specify font inheritance of form elements.
  9. Remove the default button styling in all browsers.
  10. Specify textarea resizability to vertical.

Crossbrowser

ress uses Normalize.css under the hood with some customizations to apply a solid base to start your stylesheet.

Browser support

Inherit from Normalize

License

MIT © Filipe Linhares

About

A modern CSS reset

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 100.0%
0