indexiatech / ember-forms

Smart, Intuitive forms for Ember.js styled with Bootstrap, Multi layouts and Validation support.
http://indexiatech.github.io/ember-forms
Apache License 2.0
218 stars 45 forks source link

Styles #103

Open yratanov opened 9 years ago

yratanov commented 9 years ago

Hi,

I have installed the library using npm install --save-dev ember-idx-forms but it seems bootstrap styles are not included... Do I need to perform any additional actions?

ghost commented 9 years ago

have you included bootstrap (css) as import in your Brocfile.js? That might be your problem.

yratanov commented 8 years ago

@apokinsocha No I didn't. Shouldn't the lib include it?