0.2.0 • Published 7 years ago

ember-cli-bulma-shim v0.2.0

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
7 years ago

ember-cli-bulma-shim

npm version Ember Observer Score

An ember-cli shim for Bulma.io, a modern CSS framework based on Flexbox by Jeremy Thomas

Installation

ember install ember-cli-bulma-shim

Optional

An ember-cli addon for using Font Awesome icons in Bulma.io

ember install ember-font-awesome

Add Sass Options

Specify include paths in your ember-cli-build.js

module.exports = function(defaults) {
  var app = new EmberAddon(defaults, {
    // Add options here
    sassOptions: {
      includePaths: [
        'bower_components/bulma'
      ]
    }
  });
0.2.0

7 years ago

0.1.0

7 years ago

0.0.6

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago