mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-09 15:05:34 +00:00
remove all configratons
This commit is contained in:
@@ -12,26 +12,9 @@ module.exports = {
|
||||
darkMode: "class",
|
||||
theme: {
|
||||
extend: {
|
||||
keyframes: {
|
||||
float: {
|
||||
"0%, 100%": {
|
||||
transform: "translatey(0px)",
|
||||
},
|
||||
"50%": {
|
||||
transform: "translatey(-20px)",
|
||||
},
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
float: "float 4s ease-in-out infinite",
|
||||
},
|
||||
fontFamily: {
|
||||
roboto: ["Roboto", "sans-serif"],
|
||||
},
|
||||
spacing: {
|
||||
104: "26rem",
|
||||
128: "32rem",
|
||||
164: "41rem",
|
||||
inter: ["Inter", "sans-serif"],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user