module.exports = { content: [ "./_layouts/*.html", "./_includes/*.html", "./index.html", "./developers.html", "./posts.html", ], theme: { extend: { colors: { 'moxxy-purple': '#cf4aff', }, }, }, plugins: [ require('@tailwindcss/typography'), ], }