refactor: move to remix.run
This commit is contained in:
18
tailwind.config.js
Normal file
18
tailwind.config.js
Normal file
@@ -0,0 +1,18 @@
|
||||
module.exports = {
|
||||
content: ["./app/**/*.{ts,tsx}"],
|
||||
theme: {
|
||||
extend: {
|
||||
animation: {
|
||||
blink: "blink 1.5s linear infinite alternate",
|
||||
},
|
||||
|
||||
keyframes: {
|
||||
blink: {
|
||||
"from, 49.9%": { opacity: 0 },
|
||||
"to, 50%": { opacity: 1 },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
Reference in New Issue
Block a user