UNPKG

@luongtt/create-react-base

Version:

This is utility package for create react app base on create-react-app package

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