* 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".
```sh
npm install bulma
```
+
**or**
### Yarn
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)