refactor: use tailwindcss in less (#34)

* reduce less
This commit is contained in:
STEVEN
2022-03-11 04:54:11 +08:00
committed by GitHub
parent 7b882ebff3
commit b597d40470
23 changed files with 230 additions and 694 deletions

View File

@@ -2,7 +2,15 @@
module.exports = {
content: ["./index.html", "./src/**/*.{js,ts,tsx}"],
theme: {
extend: {},
extend: {
spacing: {
128: "32rem",
},
zIndex: {
100: "100",
1000: "1000",
},
},
},
plugins: [],
};