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

@@ -1,5 +1,8 @@
module.exports = {
purge: [],
mode: "jit",
purge: {
content: ["./src/**/*.{ts,tsx}"],
},
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
@@ -8,4 +11,4 @@ module.exports = {
extend: {},
},
plugins: [],
}
};