Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 860 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 860 Bytes

Bulma-sass Gem Version

bulma-sass gem supports Rails and Sprockets

Bulma is a modern CSS framework based on Flexbox.

Bulma: a Flexbox CSS framework

Rails

Installation

Add this line to your application's Gemfile:

gem 'bulma-sass'

And then execute:

$ bundle

Or install it yourself as:

$ gem install bulma-sass

Usage

Import Bulma styles in app/assets/stylesheets/application.scss

@import "bulma";

Jekyll

See example