1
Fork 0
react-template/tailwind.config.js
2024-06-18 02:17:20 +04:00

8 lines
158 B
JavaScript

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