Initial commit
This commit is contained in:
5
ui/tailwind.config.js
Normal file
5
ui/tailwind.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export default {
|
||||
content: ["./index.html", "./src/**/*.{ts,tsx}"],
|
||||
theme: { extend: {} },
|
||||
plugins: [],
|
||||
};
|
||||
Reference in New Issue
Block a user