![Report an issue](https://img.shields.io/badge/Report-an_issue-6554C0.svg)
CSS Reset
This package exports a CSS file which provides a minimal reset along with base styles for many HTML elements. It is meant to be used as a basis for all styling to be built upon.
Try it out
Interact with a live demo of the @atlaskit/css-reset component.
Installation
npm install @atlaskit/css-reset
Using the component
Importing
The @atlaskit/css-reset
package can be consumed via the dist, or in Webpack.
Importing in Webpack
import '@atlaskit/css-reset';
The Webpack style loader should then place the CSS within the HEAD of your HTML element.
Importing in HTML
<html>
<head>
<link rel="stylesheet" href="node_modules/@atlaskit/css-reset/dist/bundle.css" />
</head>
<body>
</body>
</html>
* Please note that this module could have dependencies that are governed by the Atlassian Design Guidelines license which will be automatically included on install. Each dependency has a license file that indicates whether the Atlassian Design Guidelines license applies.
We're here to help!
Let us know what you think of our components and docs, your feedback is really important for us.
Are you in trouble? Read through our contribution guidelines and raise an issue to us.