Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bananaappletw/bulma-sass

Bulma, modern CSS framework based on Flexbox
https://github.com/bananaappletw/bulma-sass

bulma-css bulma-sass jekyll jekyll-plugin jekyll-plugins rails ruby sass

Last synced: about 19 hours ago
JSON representation

Bulma, modern CSS framework based on Flexbox

Awesome Lists containing this project

README

        

# 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).

Bulma: a Flexbox CSS framework

## 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)