UNPKG

taos

Version:

TAOS - Tailwind CSS Animation on Scroll Library

15 lines (14 loc) 224 B
module.exports = { theme: { // ... }, plugins: [ // ... require("taos/plugin"), ], safelist: [ "!duration-[0ms]", "!delay-[0ms]", 'html.js :where([class*="taos:"]:not(.taos-init))', ], };