astro-ghostcms/.pnpm-store/v3/files/bc/1eec4a4d83091a0ccc8fc5562df...

9 lines
190 B
Plaintext

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