UNPKG

woby-wheeler

Version:
12 lines (9 loc) 199 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{html,tsx}", "./index.tsx"], theme: { extend: { }, }, plugins: [], }