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,12 +0,0 @@
|
|||
module.exports = ({ addUtilities }) =>
|
||||
addUtilities({
|
||||
'.animate-infinite': {
|
||||
'animation-iteration-count': 'infinite'
|
||||
},
|
||||
'.animate-once': {
|
||||
'animation-iteration-count': '1'
|
||||
},
|
||||
'.animate-twice': {
|
||||
'animation-iteration-count': '2'
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue