[0d34a1]: / client / tailwind.config.js

Download this file

9 lines (8 with data), 152 Bytes

1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,jsx,css}"],
theme: {
extend: {},
},
plugins: [],
}