freeCodeCamp/guide/english/bulma/index.md

25 lines
627 B
Markdown
Raw Normal View History

2018-10-14 16:33:55 +00:00
---
title: Bulma
---
## Bulma
Bulma is an open source CSS framework based on flexbox and used by more than 100,000 developers. Why Bulma?
* 100% Responsive
* Modular
* Modern
* Free (Source code on Github)
* Lightweight
* Growing community
* Easy to learn
* Quick Customization
2018-10-14 16:33:55 +00:00
Bulma is a mobile-first CSS framework that's fully written in SASS. This allows you to import only the modules you need for your projects. Bulma is fairly new compared to something like Bootstrap, but it's quickly growing in popularity.
2018-10-18 21:43:25 +00:00
Just one command to get started:
2018-10-14 16:33:55 +00:00
```terminal
$ npm install bulma
```
### More Information
https://bulma.io/