fix: libs cannot apply style

This commit is contained in:
Maulana Sodiqin
2025-03-16 00:05:17 +07:00
parent 4ec41164f8
commit 5c5faaf8a1
12 changed files with 678 additions and 11 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
import { join } from 'path';
export default {
plugins: {
'@tailwindcss/postcss': {},
'@tailwindcss/postcss': {
base: join(import.meta.dirname, '../../'),
},
},
};