Skip to content

Commit 8283e3d

Browse files
authored
Merge pull request #1282 from CvX/remove-ember-normalize
Remove deprecated ember-normalize.
2 parents 6e09cc2 + 164f2d3 commit 8283e3d

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)