Skip to content
Snippets Groups Projects
tailwind.config.js 134 B
Newer Older
module.exports = {
  purge: [],
  theme: {
    extend: {},
  },
  variants: {},
  plugins: [require("@tailwindcss/custom-forms")],
};