Tailwind working
This commit is contained in:
@@ -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: [],
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user