Initial commit: CV website with ElysiaJS, SQLite, and TailwindCSS
This commit is contained in:
11
tailwind.config.js
Normal file
11
tailwind.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
"./src/**/*.{ts,tsx,html}",
|
||||
],
|
||||
darkMode: 'class', // Enables dark mode based on 'dark' class in HTML
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user