Files
bugsink/tailwind.config.js
Klaas van Schelven 79e333c923 tailwind
2023-11-08 20:16:10 +01:00

10 lines
128 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
}