From ac83b3df9d52ff5d4534349dc0d00fb1ed1a9edd Mon Sep 17 00:00:00 2001 From: Atisa <40288907+atisawd@users.noreply.github.com> Date: Sat, 23 Jun 2018 15:23:43 +0530 Subject: [PATCH] import npm --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a40a640..de2068d 100644 --- a/README.md +++ b/README.md @@ -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 `` @@ -59,4 +63,4 @@ Boxicons is licensed under the MIT license. (http://opensource.org/licenses/MIT) Pull requests are the way to go here. I apologise in advance for the slow action on pull requests and issues. -Caught a mistake or want to contribute to the documentation? [Edit this page on Github](https://github.com/atisawd/boxicons/blob/master/README.md) \ No newline at end of file +Caught a mistake or want to contribute to the documentation? [Edit this page on Github](https://github.com/atisawd/boxicons/blob/master/README.md)