stochastic-scatter / tailwind.config.js
dixiebone13-a11y
Stochastic Scatter v2.2: Rayleigh/Ricean Simulator — Vite+React+Tailwind, all 10 audit fixes
692a3e9
raw
history blame contribute delete
156 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,jsx}'],
theme: { extend: {} },
plugins: [],
};