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 51d3b20 commit 8791e00
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 @@ -8,7 +8,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 8791e00

Please sign in to comment.