Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 5a7a743

Browse files
Adrián González Rusadrigzr
authored andcommitted
docs(examples): add styles to examples
1 parent 63eee2c commit 5a7a743

14 files changed

Lines changed: 1004 additions & 130 deletions

File tree

.template-lintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module.exports = {
44
extends: 'recommended',
55
rules: {
6-
'no-bare-strings': true,
6+
'no-bare-strings': false,
77
'block-indentation': 'tab',
88
'no-html-comments': true,
99
'no-nested-interactive': true,

ember-cli-build.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');
44

55
module.exports = function(defaults) {
66
const app = new EmberAddon(defaults, {
7-
// Add options here
8-
storeConfigInMeta: false
7+
storeConfigInMeta: false,
8+
sassOptions: {
9+
includePaths: ['node_modules']
10+
}
911
});
1012

1113
/*

0 commit comments

Comments
 (0)