Skip to content

Commit 497ff1a

Browse files
committed
fix postcss build
1 parent 6422c3e commit 497ff1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
});
3333

3434
const addonStyles = funnel(tree, {
35-
include: ['**/*.css']
35+
include: ['ember-styleguide.css']
3636
});
3737

3838
// I don't know exactly why targets is private so I am using `get()` to make

tests/dummy/app/styles/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import 'color-pallet';
1+
@import 'color-pallet.css';
22

33
.self-executing-code-block {
44
margin-bottom: 2rem;

0 commit comments

Comments
 (0)