lifegadget / ember-cli-bootstrap-sassy

a fork of ember-cli-bootstrap-sass but without any dependencies on the now defunct bootstrap_for_ember
MIT License
62 stars 33 forks source link

problem with ember-power-datepicker #52

Open greyhwndz opened 7 years ago

greyhwndz commented 7 years ago

created a new ember app (v2.15), installed ember-cli-sass & ember-power-datepicker: datepicker from the example from its readme was working. installed ember-cli-bootstrap-sassy, suddenly the datepicker stopped working. could this be a bug with bootstrap-sassy?

zoltan-nz commented 6 years ago

In ./app/styles/app.scss should have the following two lines:

@import 'bootstrap';
@import 'ember-power-datepicker';

It looks, the two addons are working together properly. I think, we can close this issue.