delphi.market/tailwind.config.js

12 lines
223 B
JavaScript
Raw Normal View History

2024-07-10 04:11:28 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./server/router/pages/*.templ"],
theme: {
container: {
center: true,
padding: '1rem'
},
extend: {},
},
plugins: [],
}