mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Use our tailwind plugin from npm
This commit is contained in:
parent
c5ebd68b74
commit
d5493601b6
13 changed files with 12 additions and 427 deletions
|
@ -1,15 +0,0 @@
|
|||
module.exports = ({ addUtilities }) =>
|
||||
addUtilities({
|
||||
'.animate-normal': {
|
||||
'animation-direction': 'normal'
|
||||
},
|
||||
'.animate-reverse': {
|
||||
'animation-direction': 'reverse'
|
||||
},
|
||||
'.animate-alternate': {
|
||||
'animation-direction': 'alternate'
|
||||
},
|
||||
'.animate-alternate-reverse': {
|
||||
'animation-direction': 'alternate-reverse'
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue