
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>
Support and feedback
We're here to help!
Let us know what you think of our components and docs, your feedback is really important for us.
Ask a question in our forum.
Check if someone has already asked the same question before.
Create a support ticket
Are you in trouble? Let us know!