remove all configratons

This commit is contained in:
khatabwedaa
2021-12-18 17:31:56 +02:00
parent 9f3c0569be
commit 7b471a677f
8 changed files with 17 additions and 74 deletions

View File

@@ -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"],
},
},
},