@servicensw/form
v3.1.1
Published
Form element styles
Downloads
2,648
Maintainers
Keywords
Readme
@servicensw/form
Form element styles.
Service NSW package documentation and examples (Login credentials required)
Installation
npm install @servicensw/form --save-dev
How to use
CSS
- PostCSS workflow:
@import '@servicensw/form';
- Sass/Eyeglass:
@import 'servicensw-form';
- Native CSS:
@import url('dist/form.css');
- Link tag:
<link href="dist/form.css" rel="stylesheet" type="text/css">
Change log