taevas.xyz/tailwind.config.js
Taevas 28c898d400 Update dependencies
It's actually kinda scary to make changes to something that works well when you don't really know why it works well in the first place...
2024-10-30 15:50:18 +01:00

14 lines
154 B
JavaScript

export default {
content: [
"./src/**/*.{js,ts,jsx,tsx,mdx}"
],
theme: {
extend: {
},
},
plugins: [
],
important: false
}