Skip to content

Commit

Permalink
Switch to modern Sass API
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBiddle committed Jan 15, 2025
1 parent 4dcf9a9 commit 64e0541
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export default defineConfig({
css: {
preprocessorOptions: {
scss: {
includePaths: ['./node_modules/govuk-frontend/'],
api: 'modern',
loadPaths: ['./node_modules/govuk-frontend/'],
quietDeps: true
},
devSourcemaps: true
Expand Down

0 comments on commit 64e0541

Please sign in to comment.