const plugin = require("tailwindcss/plugin"); /** @type {import("tailwindcss").Config} */ module.exports = { theme: { extend : { } }, plugins: [ ] };