diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-09-03 11:04:30 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-09-03 11:04:30 -0700 |
| commit | e406d3de9e8019561f2f2f29919409ba2731b8bc (patch) | |
| tree | 0d6c671b777eb6e8d83e1057b0dc56d1453315ac /tailwind.config.js | |
| parent | 047ad73cdfe0c1b5268323cf74f695cfba1e838c (diff) | |
change style of project page
Diffstat (limited to 'tailwind.config.js')
| -rw-r--r-- | tailwind.config.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 0000000..b15a05a --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,8 @@ +/** @type {import('tailwindcss').Config} */ +export default { + content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'], + theme: { + extend: {}, + }, + plugins: [], +}
\ No newline at end of file |
