mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-09 07:03:24 +00:00
Update design
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const colors = require('tailwindcss/colors');
|
||||
const colors = require("tailwindcss/colors");
|
||||
|
||||
module.exports = {
|
||||
purge: [
|
||||
@@ -11,6 +11,19 @@ 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",
|
||||
},
|
||||
colors: {
|
||||
teal: colors.teal,
|
||||
},
|
||||
@@ -20,6 +33,7 @@ module.exports = {
|
||||
spacing: {
|
||||
104: "26rem",
|
||||
128: "32rem",
|
||||
164: "41rem",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user