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