Tailwind working

This commit is contained in:
2021-11-10 18:31:55 +01:00
parent 0da3ff46ef
commit b7a57461a9
15 changed files with 530 additions and 30 deletions

View File

@@ -0,0 +1,8 @@
module.exports = {
plugins: {
"postcss-import": {},
tailwindcss: {},
autoprefixer: {},
cssnano: {},
},
};