UNPKG

namaste-react

Version:

a npm package to create a simple react app

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