Used lightningcss

This commit is contained in:
Patrick Alvin Alcala 2025-07-10 15:50:21 +08:00
parent e209caf38f
commit bdfe306ea8

View file

@ -12,4 +12,9 @@ export default defineConfig({
build: {
assets: '_aiotools',
},
vite: {
css: {
transformer: 'lightningcss',
},
},
})