1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Migrate Tailwind config to CJS

This commit is contained in:
Benjamin Beganović 2023-09-04 16:40:43 +02:00
parent 153c9bbc11
commit 7de7e23d71
2 changed files with 6 additions and 0 deletions

6
postcss.config.cjs Normal file
View File

@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}