mirror of
https://github.com/web3privacy/news.git
synced 2024-10-15 18:06:26 +02:00
9 lines
176 B
JavaScript
9 lines
176 B
JavaScript
|
/** @type {import('tailwindcss').Config} */
|
||
|
export default {
|
||
|
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
plugins: [],
|
||
|
}
|