Use our tailwind plugin from npm

This commit is contained in:
Cagatay Civici 2024-05-21 10:03:55 +03:00
parent c5ebd68b74
commit d5493601b6
13 changed files with 12 additions and 427 deletions

View file

@ -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'
}
});