mirror of
https://github.com/zen-browser/astro-site-test.git
synced 2025-07-08 07:29:58 +02:00
7 lines
135 B
JavaScript
7 lines
135 B
JavaScript
module.exports = {
|
|
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|