0.1.2 • Published 3 years ago

normalize-stitches v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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 />;
};
0.1.2

3 years ago

0.1.1-beta.8

3 years ago

0.1.1-beta.7

3 years ago

0.1.1

3 years ago

0.1.1-beta.6

3 years ago

0.1.1-beta.5

3 years ago

0.1.1-beta.4

3 years ago

0.1.1-beta.3

3 years ago

0.1.1-beta.2

3 years ago

0.1.1-beta.1

3 years ago

0.1.0

3 years ago