Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
Bulma, modern CSS framework based on Flexbox
- Host: GitHub
- URL: https://github.com/bananaappletw/bulma-sass
- Owner: bananaappletw
- License: mit
- Created: 2017-10-25T06:52:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T10:21:55.000Z (about 3 years ago)
- Last Synced: 2024-04-25T07:01:47.231Z (8 months ago)
- Topics: bulma-css, bulma-sass, jekyll, jekyll-plugin, jekyll-plugins, rails, ruby, sass
- Language: Sass
- Homepage: https://bulma.io/
- Size: 123 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).
## 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)