Files
aramjonghu-site/frontend/tailwind.config.js
T
AramJonghu 9b3c7e9a4d Prettier through whole project. Updated home page to include
introduction. Includes container for projects, systems, and about
section with animation.
2026-04-21 00:36:02 +02:00

9 lines
161 B
JavaScript

export default {
darkMode: "class",
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};