mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-02 09:48:22 +00:00
feat: add loading state and full-page loader component; update payment page and application layout to improve user experience
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 7m23s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 7m23s
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import type { Config } from "tailwindcss";
|
||||
import tailwindcssAnimate from "tailwindcss-animate";
|
||||
|
||||
import tailwindcssMotion from "tailwindcss-motion";
|
||||
export default {
|
||||
darkMode: ["class"],
|
||||
content: [
|
||||
@ -100,5 +100,5 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: [tailwindcssAnimate],
|
||||
plugins: [tailwindcssAnimate, tailwindcssMotion],
|
||||
} satisfies Config;
|
||||
|
Reference in New Issue
Block a user