0.1.2 • Published 4 years ago
normalize-stitches v0.1.2
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
4 years ago
0.1.1-beta.8
4 years ago
0.1.1-beta.7
4 years ago
0.1.1
4 years ago
0.1.1-beta.6
4 years ago
0.1.1-beta.5
4 years ago
0.1.1-beta.4
4 years ago
0.1.1-beta.3
4 years ago
0.1.1-beta.2
4 years ago
0.1.1-beta.1
4 years ago
0.1.0
4 years ago