claude-web/node_modules/tailwindcss-primeui/v4/utils/fillMode.css

15 lines
269 B
CSS
Raw Permalink Normal View History

2026-02-23 02:23:38 +00:00
@utility animate-fill-none {
animation-fill-mode: none;
}
@utility animate-fill-forwards {
animation-fill-mode: forwards;
}
@utility animate-fill-backwards {
animation-fill-mode: backwards;
}
@utility animate-fill-both {
animation-fill-mode: both;
}