UNPKG

create-venta-app

Version:

Create a Venta app through the commandline.

14 lines (12 loc) 195 B
/** @type {import('tailwindcss').Config} */ const config = { content: [ "./src/**/*.{js,ts,jsx,tsx,mdx}", ], theme: { extend: { }, }, plugins: [] }; export default config;