tailwind.config.js 135 B

123456
  1. const typography = require('@tailwindcss/typography');
  2. module.exports = {
  3. content: ['./hugo_stats.json'],
  4. plugins: [typography],
  5. };