1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-30 09:49:57 +02:00

refactored all themes to latest sass syntax, fixes deprecation warnings

This commit is contained in:
Hakim El Hattab
2024-11-05 19:21:39 +01:00
parent 294d7c2486
commit 94a86f466d
36 changed files with 589 additions and 574 deletions

View File

@@ -13,6 +13,13 @@ const themeEntries = themeFiles.reduce((acc, file) => {
export default defineConfig({
root: './',
css: {
preprocessorOptions: {
scss: {
api: 'modern-compiler'
}
}
},
build: {
emptyOutDir: false,
cssCodeSplit: true,