Add tailwindcss

This commit is contained in:
sct
2020-08-16 04:40:38 +00:00
parent a1eb9c0048
commit 2519ac86f7
9 changed files with 1094 additions and 23 deletions

3
postcss.config.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
plugins: ["tailwindcss", "postcss-preset-env"],
};