chore: update tailwind stuff on selfhost-desktop

This commit is contained in:
Andrew Bastin
2023-12-18 00:21:25 +05:30
parent 5179cf59a4
commit d3e04c59cc
6 changed files with 195 additions and 99 deletions

View File

@@ -0,0 +1,8 @@
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
module.exports = config;