UNPKG

react-tailwind-context

Version:

A starter template for a React + Vite + Tailwind project with Context API setup. This template is a good starting point for a new project.

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