mirror of
https://github.com/jgthms/bulma.git
synced 2024-12-12 13:28:30 +00:00
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:
parent
740df6a0fa
commit
1ed335f34c
@ -18,6 +18,7 @@ Bulma is constantly in development! Try it out now:
|
|||||||
```sh
|
```sh
|
||||||
npm install bulma
|
npm install bulma
|
||||||
```
|
```
|
||||||
|
|
||||||
**or**
|
**or**
|
||||||
|
|
||||||
### Yarn
|
### Yarn
|
||||||
@ -32,6 +33,13 @@ yarn add bulma
|
|||||||
bower install 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
|
### CDN
|
||||||
|
|
||||||
[https://cdnjs.com/libraries/bulma](https://cdnjs.com/libraries/bulma)
|
[https://cdnjs.com/libraries/bulma](https://cdnjs.com/libraries/bulma)
|
||||||
|
Loading…
Reference in New Issue
Block a user