TAO/client/tailwind.config.js

10 lines
156 B
JavaScript
Raw Normal View History

2023-09-02 07:24:30 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
2023-09-03 12:46:07 +00:00
content: ["./src/**/*.{js,jsx,ts,tsx}"],
2023-09-02 07:24:30 +00:00
theme: {
extend: {},
},
plugins: [],
}