Files

11 lines
164 B
JavaScript
Raw Permalink Normal View History

2022-11-26 01:25:31 -05:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}