Skip to content

Commit

Permalink
chore(e2e): change SASS API (#2078)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov authored Jan 29, 2025
1 parent 87a4c11 commit ac6ffe8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions playwright/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ const config: PlaywrightTestConfig = {
ctCacheDir: process.env.IS_DOCKER ? '.cache-docker' : '.cache',
ctViteConfig: {
plugins: [react()],
css: {
preprocessorOptions: {
scss: {
api: 'modern-compiler',
},
},
},
},
},
/* Configure projects for major browsers */
Expand Down

0 comments on commit ac6ffe8

Please sign in to comment.