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.cjs | |
| parent | 047ad73cdfe0c1b5268323cf74f695cfba1e838c (diff) | |
change style of project page
Diffstat (limited to 'tailwind.config.cjs')
| -rw-r--r-- | tailwind.config.cjs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tailwind.config.cjs b/tailwind.config.cjs deleted file mode 100644 index f5368a7..0000000 --- a/tailwind.config.cjs +++ /dev/null @@ -1,8 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -module.exports = { - content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'], - theme: { - extend: {}, - }, - plugins: [], -} |
