Skip to content

Commit 164f2d3

Browse files
committed
Remove deprecated ember-normalize.
See: HeroicEric/ember-normalize#19
1 parent 8d1a132 commit 164f2d3

File tree

3 files changed

+6
-384
lines changed

3 files changed

+6
-384
lines changed

ember-cli-build.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ module.exports = function(defaults) {
2929
'ember-prism': {
3030
theme: 'twilight',
3131
components: highlightedLanguages,
32-
}
32+
},
33+
sassOptions: {
34+
includePaths: [
35+
'node_modules/normalize.css',
36+
],
37+
},
3338
});
3439

3540
// Use `app.import` to add additional libraries to the generated

0 commit comments

Comments
 (0)