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?)
Download the bulma.css
file in the css
directory.
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.
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.
Browse the online documentation here.