Open yratanov opened 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?
npm install --save-dev ember-idx-forms
have you included bootstrap (css) as import in your Brocfile.js? That might be your problem.
@apokinsocha No I didn't. Shouldn't the lib include it?
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?