We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6422c3e commit 497ff1aCopy full SHA for 497ff1a
index.js
@@ -32,7 +32,7 @@ module.exports = {
32
});
33
34
const addonStyles = funnel(tree, {
35
- include: ['**/*.css']
+ include: ['ember-styleguide.css']
36
37
38
// I don't know exactly why targets is private so I am using `get()` to make
tests/dummy/app/styles/app.css
@@ -1,4 +1,4 @@
1
-@import 'color-pallet';
+@import 'color-pallet.css';
2
3
.self-executing-code-block {
4
margin-bottom: 2rem;
0 commit comments