UNPKG

tailwindcss-plugins

Version:
9 lines (8 loc) 220 B
module.exports = function ({ addUtilities }) { addUtilities({ '@keyframes spin': { 'from': { 'transform': 'rotate(0deg)' }, 'to': { 'transform': 'rotate(360deg)' }, } }) }