We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
importBootstrapFont: true
1 parent 70bee0e commit 343c04dCopy full SHA for 343c04d
ember-cli-build.js
@@ -6,7 +6,7 @@ module.exports = function(defaults) {
6
let app = new EmberAddon(defaults, {
7
'ember-bootstrap': {
8
bootstrapVersion: 3,
9
- importBootstrapFont: false,
+ importBootstrapFont: true,
10
importBootstrapCSS: false
11
},
12
outputPaths: {
0 commit comments