Skip to content

Commit

Permalink
chore(deps): MSW and Sass post upgrade fixes (#3010)
Browse files Browse the repository at this point in the history
Fixes Sass deprecation warning

Signed-off-by: John Cowen <john.cowen@konghq.com>
  • Loading branch information
johncowen authored Oct 25, 2024
1 parent 701c9ff commit c930ce1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const config: UserConfigFn = () => {
additionalData: hoistUseStatements(`
@import "@kong/design-tokens/tokens/scss/variables";
`),
api: 'modern-compiler',
},
},
},
Expand Down

0 comments on commit c930ce1

Please sign in to comment.