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

9 lines
190 B
Plaintext
Raw Normal View History

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