Closed zoltan-nz closed 4 years ago
Fix #30
Migration path:
ember-cli-bootstrap-sassy
package.json
ember install ember-bootstrap
ember g ember-bootstrap --preprocessor=sass --bootstrap-version=3
app.scss
@import 'bootstrap'
@import 'ember-bootstrap/bootstrap'
Cleanup:
BsNavbar
NavLinkTo
fn
action
Fix #30
Migration path:
ember-cli-bootstrap-sassy
frompackage.json
.ember install ember-bootstrap
ember g ember-bootstrap --preprocessor=sass --bootstrap-version=3
app.scss
.@import 'bootstrap'
->@import 'ember-bootstrap/bootstrap'
Cleanup:
BsNavbar
component.NavLinkTo
component. (fix #75)fn
instead ofaction
inBsNavbar
.