tailwind.config.js 153 B

12345678910
  1. /** @type {import('tailwindcss').Config} */
  2. module.exports = {
  3. content: [
  4. './templates/*',
  5. ],
  6. theme: {
  7. extend: {},
  8. },
  9. plugins: [],
  10. }