1
Fork 0
react-template/tailwind.config.js

9 lines
158 B
JavaScript
Raw Permalink Normal View History

2024-05-01 06:08:21 +00:00
/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.jsx"],
theme: {
extend: {},
},
plugins: [],
};