
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
An unmodified* copy of Eric Meyer's CSS reset.
With curl:
$ curl -LO "https://unpkg.com/reset-css/reset.css"
$ curl -LO "https://unpkg.com/reset-css/less/reset.less"
$ curl -LO "https://unpkg.com/reset-css/sass/_reset.scss"
With NPM:
$ npm install reset-css
With Yarn:
$ yarn add reset-css
With Bower:
$ bower install reset-css
HTML:
<link rel="stylesheet" href="/path/to/reset-css/reset.css" />
CSS:
@import '/path/to/reset-css/reset.css';
Via PostCSS and postcss-import:
@import 'reset-css';
Via webpack and css-loader:
import 'reset-css';
Via Less:
@import '/path/to/reset-css/less/reset';
Via Sass:
@import '/path/to/reset-css/sass/reset';
Three changes have been made from the 2011 version, all approved by Mr. Meyer:
main to list of HTML 5 elements (#7)hidden attribute on HTML 5 elements (#12)menu to list of lists (#17)Eric Meyer http://meyerweb.com/eric/tools/css/reset/
License: none (public domain)
FAQs
An unmodified copy of Eric Meyer's CSS reset.
The npm package reset-css receives a total of 71,874 weekly downloads. As such, reset-css popularity was classified as popular.
We found that reset-css demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.