-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New feature: adding Bootstrap 4 #57
Comments
👍 That would be great to have Bootstrap 4 implemented with the same success: no headaches with JS components, just use Bootstrap CSS classes (no need to use special tags s it is the case with ember-bootstrap or ember-cli-foundation-sass add-ons. Waiting with impatience :). Unfortunately, there are some new dependencies introduced with BS4 ( |
I think there are enough differences in philosophy as well as structure to just have a separate repo for this. I created a BS4 addon a year ago or so called |
If anyone is interested in taking over as maintainer for |
Thank you, Ken for the link. Unfortunately it even fails to boot. |
Bummer. Well my |
Thank you, Ken. They've fixed it. |
I think, there could be a config option which would determine which Bootstrap version should be wrapped in
vendor.js
.Suggested config property:
In ember-cli-bootstrap-sassy v1.0.0 can be Bootstrap v4 the default.
The text was updated successfully, but these errors were encountered: