From e406d3de9e8019561f2f2f29919409ba2731b8bc Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 3 Sep 2025 11:04:30 -0700 Subject: change style of project page --- tailwind.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tailwind.config.js (limited to 'tailwind.config.js') 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 -- cgit v1.2.3