ghost_leaders_theme/tailwind.config.js

11 lines
205 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./*.hbs", "./**/*.hbs"],
theme: {
extend: {}
},
plugins: [
require('@tailwindcss/typography')
],
}