4chan-XZ/tailwind.config.js
2023-05-11 00:28:47 +02:00

11 lines
170 B
JavaScript

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