Add - how to import CSS file in project (#1776)

* Add - how to import CSS file in project

Just thought it should be in readme as new learners frequently ask how to import the css after npm installation.

* Update as suggested.

Moved the import snippets block between "Bower" and "CDN".
This commit is contained in:
Gautam Kumar 2018-04-09 14:09:45 +05:30 committed by Jeremy Thomas
parent 740df6a0fa
commit 1ed335f34c

View File

@ -18,6 +18,7 @@ Bulma is constantly in development! Try it out now:
```sh
npm install bulma
```
**or**
### Yarn
@ -32,6 +33,13 @@ yarn add bulma
bower install bulma
```
### Import
After installation, you can import the CSS file into your project using this snippet:
```sh
import 'bulma/css/bulma.css'
```
### CDN
[https://cdnjs.com/libraries/bulma](https://cdnjs.com/libraries/bulma)