UNPKG

namaste-react

Version:

a npm package to create a simple react app

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