9 lines
169 B
JavaScript
Raw Normal View History

2023-10-07 22:01:04 +07:00
/** @type {import('tailwindcss').Config} */
module.exports = {
prefix: 'tw-',
content: ["./src/**/*.{html,js,tsx}"],
theme: {
extend: {},
},
plugins: [],
}