tailwind.config.js 150 B

123456789
  1. module.exports = {
  2. content: ['./index.html', './kitchen-sink.html'],
  3. theme: {
  4. extend: {
  5. //
  6. },
  7. },
  8. plugins: [require('./src')],
  9. }