/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./**/*.{js,jsx,mjs}"],
theme: {
extend: {},
},
plugins: [],
};
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./**/*.{js,jsx,mjs}"],
theme: {
extend: {},
},
plugins: [],
};