UNPKG

@assystant/cra-template

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