mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-01 18:21:52 +02:00
UI refresh (#476)
This commit is contained in:
parent
e6a13c235d
commit
bba880ff4c
53 changed files with 1198 additions and 1014 deletions
|
@ -18,12 +18,13 @@ module.exports = {
|
|||
},
|
||||
popIn: {
|
||||
"0%": {
|
||||
transform: "scale(0.8)",
|
||||
transform: "scale(0.8) translateY(-10px)",
|
||||
opacity: "0",
|
||||
},
|
||||
"100%": {
|
||||
transform: "scale(1)",
|
||||
transform: "scale(1) translateY(0px)",
|
||||
opacity: "1",
|
||||
translateY: "0",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -44,5 +45,9 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
},
|
||||
plugins: [require("@tailwindcss/forms"), require("@tailwindcss/typography")],
|
||||
plugins: [
|
||||
require("@tailwindcss/forms"),
|
||||
require("@tailwindcss/typography"),
|
||||
require("tailwindcss-animate"),
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue