adds loading indicator

This commit is contained in:
Sara
2023-09-22 15:50:38 +02:00
parent 58505ec09b
commit b989f2b54a
2 changed files with 22 additions and 4 deletions

View File

@@ -12,6 +12,9 @@ module.exports = {
layout: "auto auto minmax(0, 1fr)",
"mobile-inner": "minmax(0, 2fr) minmax(0, 1fr)",
},
animation: {
"spin-slow": "spin 3s linear infinite",
},
},
},
plugins: [],