Shenanigans-Portfolio/tailwind.config.js

10 lines
154 B
JavaScript
Raw Permalink Normal View History

2024-10-15 21:46:48 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./website/**/*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
}