Sha256: 6982b8059d0148589a7a39b663533ef513acb29578a9d0168903b1cb10f0e86d

Contents?: true

Size: 980 Bytes

Versions: 2

Compression:

Stored size: 980 Bytes

Contents

# bulma-sass-rails

Integrates [Bulma](http://bulma.io/) with the rails asset pipeline.

A modern CSS framework based on Flexbox.

The gem inspired by [joshuajansen/bulma-rails](https://github.com/joshuajansen/bulma-rails).

I want to keep bulma be the latest version with the official bulma,
so I make the gem base on [joshuajansen/bulma-rails](https://github.com/joshuajansen/bulma-rails),
I'm here to express my gratitude to [joshuajansen/bulma-rails](https://github.com/joshuajansen/bulma-rails).

## Installation

```ruby
gem "bulma-sass-rails"
```

And then execute:
```bash
$ bundle
```

Or install it yourself as:
```bash
$ gem install bulma-sass-rails
```

## Usage

To import all assets in your Rails project, add the following line to your application.scss:
``` ruby
@import "bulma";
```

or

``` ruby
@import "bulma-rtl";
```

For information about customizing Bulma,
see: [http://bulma.io/documentation/overview/start/](http://bulma.io/documentation/overview/start/)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bulma-sass-rails-0.9.4 README.md
bulma-sass-rails-0.9.3 README.md