UNPKG

yoembed

Version:
9 lines (8 loc) 150 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./components/**/*.js"], theme: { extend: {}, }, plugins: [], };