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

0.1.2 • Public • Published

normalize-stitches

This package is a CSS-in-JS implementation of normalize.css.

Installation

To install the package with npm run the following command:

npm i normalize-stitches --save

or to install the package with yarn run:

yarn add normalize-stitches

Usage

import { global } from '@stitches/react';
import { normalize } from 'normalize-stitches';

const globalStyles = global({
  ...normalize,
  // Other custom global styling
});

() => {
  globalStyles();
  return <div />;
};

Package Sidebar

Install

npm i normalize-stitches

Weekly Downloads

308

Version

0.1.2

License

MIT

Unpacked Size

23 kB

Total Files

8

Last publish

Collaborators

  • chtushar