0.1.2 • Published 5 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 --saveor to install the package with yarn run:
yarn add normalize-stitchesUsage
import { global } from '@stitches/react';
import { normalize } from 'normalize-stitches';
const globalStyles = global({
...normalize,
// Other custom global styling
});
() => {
globalStyles();
return <div />;
};0.1.2
5 years ago
0.1.1-beta.8
5 years ago
0.1.1-beta.7
5 years ago
0.1.1
5 years ago
0.1.1-beta.6
5 years ago
0.1.1-beta.5
5 years ago
0.1.1-beta.4
5 years ago
0.1.1-beta.3
5 years ago
0.1.1-beta.2
5 years ago
0.1.1-beta.1
5 years ago
0.1.0
5 years ago