mocksaml/tailwind.config.js
Deepak Prabhakara 0aceeb148f
chore: tailwind 4 update (#1085)
* WIP

* WIP

* WIP

* fixed css for login page

* WIP

* working version

* cleanup

* aligned colors
2025-12-15 11:29:26 +00:00

6 lines
163 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
plugins: [],
};