db-trocken-innenausbau.de/tailwind.config.js

13 lines
229 B
JavaScript
Raw Permalink Normal View History

2024-10-02 22:55:07 +02:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["*.{html,js}"],
theme: {
extend: {
width: {
'112': '28rem',
},
},
},
plugins: [],
}