import npm

This commit is contained in:
Atisa 2018-06-23 15:23:43 +05:30 committed by GitHub
parent 3a532bfebb
commit ac83b3df9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,11 @@ To install via npm, simply do the following:
```bash
$ npm install boxicons --save
```
import the module
```javscript
import 'boxicons/css/boxicons.css';
```
## Usage
1. Include the stylesheet on your document's `<head>`