mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Restore
This commit is contained in:
parent
6fa2a75d5c
commit
83d946a4d9
10 changed files with 426 additions and 0 deletions
15
tailwindcss-primeui/utils/filleMode.js
Normal file
15
tailwindcss-primeui/utils/filleMode.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
module.exports = ({ addUtilities }) =>
|
||||
addUtilities({
|
||||
'.animate-fill-none': {
|
||||
'animation-fill-mode': 'none'
|
||||
},
|
||||
'.animate-fill-forwards': {
|
||||
'animation-fill-mode': 'forwards'
|
||||
},
|
||||
'.animate-fill-backwards': {
|
||||
'animation-fill-mode': 'backwards'
|
||||
},
|
||||
'.animate-fill-both': {
|
||||
'animation-fill-mode': 'both'
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue