/** @type {import('tailwindcss').Config} */ | |
module.exports = { | |
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"], | |
theme: { | |
container: { | |
}, | |
extend: {}, | |
}, | |
plugins: [ | |
require('@tailwindcss/typography'), | |
], | |
}; | |
/** @type {import('tailwindcss').Config} */ | |
module.exports = { | |
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"], | |
theme: { | |
container: { | |
}, | |
extend: {}, | |
}, | |
plugins: [ | |
require('@tailwindcss/typography'), | |
], | |
}; | |