@servicensw/box
v2.2.7
Published
Box
Maintainers
Keywords
Readme
@servicensw/box

Service NSW package documentation and examples (Login credentials required)
Installation
npm install @servicensw/box --save-devHow to use
CSS
- PostCSS workflow:
@import '@servicensw/box'; - Sass/Eyeglass:
@import 'servicensw-box'; - Native CSS:
@import url('dist/box.css'); - Link tag:
<link href="dist/box.css" rel="stylesheet" type="text/css">
HTML
<div class="box">
<h3>Box heading</h3>
<p>Box content</p>
</div>