
npm install stitches-resetEric Meyer's Reset CSS for stitches
---
yarn add stitches-reset
or
nom install stitches-reset
``jsx
import * as React from "react";
import { reset } from "stitches-reset";
import { css } from "path-to/stitches.config.js";
css.global(reset);
const App = () => (
Hi, I'm an app!
);
``
All credit goes to Eric Meyer for reset.css and zacanger for the styled-reset example.