ember-cli-bulma-shim
v0.2.0
Published
Addon shim for using π Bulma π in EmberCLI
Downloads
4
Maintainers
Readme
ember-cli-bulma-shim
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'
]
}
});