mirror of
https://github.com/SoPat712/my-portfolio.git
synced 2025-08-21 18:28:46 -04:00
fix
This commit is contained in:
13
tailwind.config.js
Normal file
13
tailwind.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ["./src/**/*.{html,js,svelte,ts}"], // ✅ Good glob
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
sans: ['"JetBrains Mono"', "ui-monospace", "monospace"], // ✅ JetBrains Mono, clean terminal look
|
||||
},
|
||||
},
|
||||
},
|
||||
darkMode: "class", // ✅ Great for manual dark mode toggling
|
||||
plugins: [],
|
||||
};
|
Reference in New Issue
Block a user