Shenanigans-Portfolio/tailwind.config.js
2024-10-15 23:46:48 +02:00

9 lines
154 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./website/**/*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
}