Skip to content

Commit

Permalink
fix(general): replaced sass with sass-embedded
Browse files Browse the repository at this point in the history
Enabled devSourcemap for css aswell
  • Loading branch information
Joery-M committed Dec 14, 2024
1 parent 38c07e4 commit 1278c29
Show file tree
Hide file tree
Showing 3 changed files with 315 additions and 63 deletions.
2 changes: 1 addition & 1 deletion packages/safelight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"glob": "^11.0.0",
"lightningcss": "^1.28.2",
"postcss": "^8.4.49",
"sass": "^1.83.0",
"sass-embedded": "^1.83.0",
"strip-ansi": "^7.1.0",
"tailwindcss": "^3.4.16",
"tsx": "^4.19.2",
Expand Down
6 changes: 1 addition & 5 deletions packages/safelight/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ export default defineConfig({
}
},
css: {
preprocessorOptions: {
scss: {
api: 'modern'
}
}
devSourcemap: true
}
});
Loading

0 comments on commit 1278c29

Please sign in to comment.