Sha256: ade13a4c72be036b3a8fdee14a96d8d8d2a6f319f7067e349a36d9ae45eafc96

Contents?: true

Size: 860 Bytes

Versions: 10

Compression:

Stored size: 860 Bytes

Contents

# Bulma-sass [![Gem Version](https://badge.fury.io/rb/bulma-sass.svg)](https://badge.fury.io/rb/bulma-sass)

`bulma-sass` gem supports Rails and Sprockets

Bulma is a **modern CSS framework** based on [Flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes).

<a href="https://bulma.io"><img src="https://raw.githubusercontent.com/jgthms/bulma/master/docs/images/bulma-banner.png" alt="Bulma: a Flexbox CSS framework" style="max-width:100%;" width="600" height="315"></a>

## Rails 

### Installation

Add this line to your application's Gemfile:

```ruby
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`

```css
@import "bulma";
```

## Jekyll

See [example](./docs)

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bulma-sass-0.9.3 README.md
bulma-sass-0.9.2 README.md
bulma-sass-0.9.1 README.md
bulma-sass-0.9.0 README.md
bulma-sass-0.8.2 README.md
bulma-sass-0.8.1 README.md
bulma-sass-0.8.0 README.md
bulma-sass-0.7.5.1 README.md
bulma-sass-0.7.5 README.md
bulma-sass-0.7.4 README.md