English 中文(简体)
Bulma - Introduction
  • 时间:2024-11-03

Bulma - Introduction


Previous Page Next Page  

What is Bulma?

Bulma is an open source, simple and modern CSS framework, which depend on flexbox module (it is used for developing responsive layout structure).

History

Bulma was pubpshed in the year 2016 and distributed under MIT pcense. The current version of Bulma is 0.7.1, was released on April 18, 2018.

Why to use Bulma?

Bulma is very easy to learn and setup. It is built with SASS and spanided by 39 .sass files. Code can be customized easily by spaniding into separate files and it allows customizing the part of apppcation to get the expected result.

Features

    It is a pghtweight, modern CSS framework, which uses Flexbox.

    It contains mobile first styles in a single file, instead of in separate files.

    It is customizable and modularizable.

Advantages

    It provides responsive design for desktops, tablets and mobiles.

    It is pure CSS framework, so that you can combine with any JavaScript framework pke AngularJS, ReactJS etc.

    It uses minimal HTML code, which makes easy to read and write the code.

Disadvantages

    It is a new framework, which is not as large of a community.

    It has less documentation and need some minor improvement.

    This framework is still in development phase.

Advertisements