snort-relays/tailwind.config.js
2023-12-30 19:38:25 +00:00

13 lines
176 B
JavaScript

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