Skip to content

Commit 544c53c

Browse files
fix: percy style issue
1 parent cc792c2 commit 544c53c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ember-cli-build.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ module.exports = async function (defaults) {
1616
DEPRECATE_STORE_EXTENDS_EMBER_OBJECT: false,
1717
},
1818
},
19+
'ember-scoped-css': {
20+
layerName: false,
21+
additionalRoots: ['templates/'],
22+
},
1923
});
2024

2125
return compatBuild(app, buildOnce);

0 commit comments

Comments
 (0)