Files
gate-quote/client/tailwind.config.js
Todd 74587ccceb Initial commit: gate operator quotation app
React + Vite + Tailwind frontend with Express backend.
3-step wizard (Operator, Ground Loops, Access Control)
with PDF quote download and CAD pricing data.
2026-05-21 09:13:59 -04:00

9 lines
170 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
};