CSS classes which provide styling for a reduced number of Atlaskit components.
This package exports a CSS file which includes some CSS classes that provide styling for a reduced
number of Atlaskit components.
There is also an icon SVG sprite sheet included. See the "Try it out" section below for usage
instructions.
``sh`
npm install reduced-ui-pack
Make sure you're also including the css-reset stylesheet before these styles. The css-resetreduced-ui-pack
stylesheet provides the core typography rules which builds upon. Install it with:
`sh`
npm install @atlaskit/css-reset
The reduced-ui-pack package can be consumed via the dist, or in Webpack.
#### Importing in Webpack
`js`
import 'reduced-ui-pack';
The Webpack style loader should then place the CSS within the HEAD of your HTML element.
#### Importing in HTML
`html``