Skip to content

Commit 67f8499

Browse files
committed
updated includePaths for design tokens in Showcase and Website ember-cli-build.js
1 parent b258e2e commit 67f8499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

showcase/ember-cli-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function (defaults) {
1717
sassOptions: {
1818
precision: 4,
1919
includePaths: [
20-
'node_modules/@hashicorp/design-system-tokens/dist/products/css',
20+
'node_modules/@hashicorp/design-system-tokens/dist',
2121
'node_modules/@hashicorp/design-system-components/dist/styles',
2222
'node_modules/ember-power-select/vendor',
2323
],

website/ember-cli-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function (defaults) {
1515
sassOptions: {
1616
precision: 4,
1717
includePaths: [
18-
'node_modules/@hashicorp/design-system-tokens/dist/products/css',
18+
'node_modules/@hashicorp/design-system-tokens/dist',
1919
'node_modules/@hashicorp/design-system-components/dist/styles',
2020
'node_modules/ember-power-select/vendor',
2121
],

0 commit comments

Comments
 (0)