From 2c2b61a47d389ebbe4d44751adf64ceaa94f9a39 Mon Sep 17 00:00:00 2001 From: Jeffrey Camphens Date: Thu, 29 Nov 2018 01:35:28 +0100 Subject: [PATCH] Added more basic information about Bulma (#23640) Added a little bit of explanation about the points stated in this file. --- guide/english/bulma/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/bulma/index.md b/guide/english/bulma/index.md index 644740067a..5641b25417 100644 --- a/guide/english/bulma/index.md +++ b/guide/english/bulma/index.md @@ -13,6 +13,8 @@ Bulma is an open source CSS framework based on flexbox and used by more than 100 * Easy to learn * Quick Customization +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. + Just one command to get started: ```terminal $ npm install bulma