doc: install tailwindcss and initialize tailwind config files

This commit is contained in:
Leon Xu
2023-01-23 15:50:26 -08:00
parent 7edfc2d885
commit a83b856c85
4 changed files with 399 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}