reset.css.ts

0.2.0 • Public • Published

reset.css.ts

CSS resets collection for vanilla-extract.

Genuine Eric Meyer's Reset CSS bundled as npm package.

Installation

npm install reset.css.ts --save
# Or using  Yarn:
yarn add reset.css.ts

Eric Meyer's Reset CSS

The Meyer's reset is the main export, so you can import it using the package name:

import "reset.css.ts";

Or explicitly:

import "reset.css.ts/meyer.css";

License

MIT © Sasha Koss

Readme

Keywords

Package Sidebar

Install

npm i reset.css.ts

Weekly Downloads

33

Version

0.2.0

License

MIT

Unpacked Size

5.55 kB

Total Files

6

Last publish

Collaborators

  • kossnocorp