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