const typography = require('@tailwindcss/typography'); const forms = require('@tailwindcss/forms'); module.exports = { content: ['./hugo_stats.json'], // safelist: [ // { // pattern: /./, // the "." means "everything" // }, // ], plugins: [ typography, forms, ], // theme: { // extend: { // ringColor: ({ theme }) => ({ // DEFAULT: theme('colors.green.700', '#3b82f6'), // ...theme('colors'), // }), // } // } };