Files
web/tailwind.config.cjs
Sacha Weatherstone a73eab1ea6 2.0 Overhaul start
2022-09-22 16:35:40 +10:00

9 lines
165 B
JavaScript

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