tailwind.config.js 171 B

1234567891011
  1. module.exports = {
  2. content: ['./src/index.html', './src/glob/*.{js,html}'],
  3. theme: {
  4. extend: {},
  5. },
  6. corePlugins: {
  7. preflight: false,
  8. },
  9. plugins: [],
  10. }