UNPKG

taos

Version:

TAOS - Tailwind CSS Animation on Scroll Library

19 lines (18 loc) 310 B
module.exports = { safelist: [ '!duration-[0ms]', '!delay-[0ms]', 'html.js :where([class*="taos:"]:not(.taos-init))' ], content: { transform: (content) => content.replace(/taos:/g, ''), }, theme: { extend: { // ... }, }, plugins: [ require('taos/plugin') ], }