mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Restore
This commit is contained in:
parent
6fa2a75d5c
commit
83d946a4d9
10 changed files with 426 additions and 0 deletions
11
tailwindcss-primeui/utils/delay.js
Normal file
11
tailwindcss-primeui/utils/delay.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
module.exports = ({ matchUtilities, theme }) =>
|
||||
matchUtilities(
|
||||
{
|
||||
'animate-delay': (value) => ({
|
||||
'animation-delay': value
|
||||
})
|
||||
},
|
||||
{
|
||||
values: theme('animationDelay')
|
||||
}
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue