UNPKG

create-root-app

Version:

Opinionated CLI for creating React apps with predefined tools and structure

10 lines 163 B
/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./src/**/*.{js,jsx,ts,tsx}", ], theme: { extend: {}, }, plugins: [], }