UNPKG

@minima-global/create-minima-app

Version:

<p align="center"> A Cli for creating and building MiniDapps on the Minima Blockchain. </p>

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