Add TailwindCSS

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-12-28 11:10:14 +01:00
parent 7f665daaf3
commit 65249b60f2
7 changed files with 196 additions and 9 deletions

6
js/postcss.config.js Normal file
View File

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