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