Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Latest commit

 

History

History
38 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.31 KB

Bulma is a modern CSS framework based on Flexbox.

This fork has been modified to include RU Hacks specific changes such as:

  • color scheme
  • fonts
  • etc. (more to come?)

Quick install

Download the bulma.css file in the css directory.

CSS only

Bulma is a CSS framework. As such, the sole output is a single CSS file: bulma.css

There is no JavaScript included. People generally want to use their own JS implementation (and usually already have one). Bulma can be considered "environment agnostic": it's just the style layer on top of the logic.

Browser Support

Bulma uses autoprefixer to make (most) Flexbox features compatible with earlier browser versions. According to Can I use, Bulma is compatible with recent versions of:

  • Chrome
  • Edge
  • Firefox
  • Opera
  • Safari

Internet Explorer (10+) is only partially supported.

Documentation

Browse the online documentation here.

Copyright and license

the MIT license.