portfolio/tailwind.config.js

10 lines
148 B
JavaScript
Raw Normal View History

2024-08-11 01:46:47 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./**/*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
}