1.3.1 • Published 7 years ago

ak-css-reset v1.3.1

Weekly downloads
43
License
Apache-2.0
Repository
bitbucket
Last release
7 years ago

AtlasKit component registry Commitizen friendly semantic-release Report an issue Ask in our forum

CssReset

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 ak-css-reset component.

Installation

npm install ak-css-reset

Using the component

Importing

The ak-css-reset package can be consumed via the dist, or in Webpack.

Importing in Webpack

import 'ak-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/ak-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.

Community support

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!

1.3.1

7 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago