site.lyte.dev/tailwind.config.js

10 lines
128 B
JavaScript
Raw Normal View History

2024-06-14 11:06:31 -05:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
}