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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user