stitches-reset
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

stitches-reset

issues

Eric Meyer's Reset CSS for stitches


Installation:

yarn add stitches-reset

or

nom install stitches-reset

Usage:

import * as React from "react";
import { reset } from "stitches-reset";
import { css } from "path-to/stitches.config.js";
 
css.global(reset);
 
const App = () => (
  <React.Fragment>
    <h1>Hi, I'm an app!</h1>
  </React.Fragment>
);

Credits

All credit goes to Eric Meyer for reset.css and zacanger for the styled-reset example.

Package Sidebar

Install

npm i stitches-reset

Weekly Downloads

159

Version

1.0.0

License

MIT

Unpacked Size

5.28 kB

Total Files

8

Last publish

Collaborators

  • hauptrolle