UNPKG

react-beautiful-grid-shahab

Version:

13 lines (11 loc) 186 B
/** * @format * @type {import('tailwindcss').Config} */ export default { content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"], theme: { extend: {}, }, plugins: [], };