File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module.exports = function (defaults) {
17
17
sassOptions : {
18
18
precision : 4 ,
19
19
includePaths : [
20
- 'node_modules/@hashicorp/design-system-tokens/dist/products/css ' ,
20
+ 'node_modules/@hashicorp/design-system-tokens/dist' ,
21
21
'node_modules/@hashicorp/design-system-components/dist/styles' ,
22
22
'node_modules/ember-power-select/vendor' ,
23
23
] ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module.exports = function (defaults) {
15
15
sassOptions : {
16
16
precision : 4 ,
17
17
includePaths : [
18
- 'node_modules/@hashicorp/design-system-tokens/dist/products/css ' ,
18
+ 'node_modules/@hashicorp/design-system-tokens/dist' ,
19
19
'node_modules/@hashicorp/design-system-components/dist/styles' ,
20
20
'node_modules/ember-power-select/vendor' ,
21
21
] ,
You can’t perform that action at this time.
0 commit comments