Registration-form/tailwind.config.js

10 lines
163 B
JavaScript
Raw Permalink Normal View History

2024-05-17 11:35:09 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}