pocketllama/tailwind.config.js

10 lines
150 B
JavaScript
Raw Permalink Normal View History

2024-03-03 00:29:50 -07:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
}