internal-freight-app/tailwind.config.js
2026-06-08 04:48:20 +00:00

8 lines
No EOL
170 B
JavaScript

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