reset.css.ts

CSS resets collection for vanilla-extract.

Usage no npm install needed!

<script type="module">
  import resetCssTs from 'https://cdn.skypack.dev/reset.css.ts';
</script>

README

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