mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42: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-ease-linear': {
|
||||
'animation-timing-function': 'linear'
|
||||
},
|
||||
'.animate-ease-in': {
|
||||
'animation-timing-function': 'cubic-bezier(0.4, 0, 1, 1)'
|
||||
},
|
||||
'.animate-ease-out': {
|
||||
'animation-timing-function': 'cubic-bezier(0, 0, 0.2, 1)'
|
||||
},
|
||||
'.animate-ease-in-out': {
|
||||
'animation-timing-function': 'cubic-bezier(0.4, 0, 0.2, 1)'
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue