handle change data and update data in dashboard page for all tabs
This commit is contained in:
@@ -12,6 +12,15 @@ module.exports = {
|
||||
"gradient-conic":
|
||||
"conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))",
|
||||
},
|
||||
keyframes: {
|
||||
spinCounter: {
|
||||
from: { transform: "rotate(0deg)" },
|
||||
to: { transform: "rotate(-360deg)" },
|
||||
},
|
||||
},
|
||||
animation: {
|
||||
spinCounter: "spinCounter 1s linear infinite",
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
|
||||
Reference in New Issue
Block a user