Files
bookmeterplus/tailwind.config.js
2025-07-27 23:01:00 +02:00

13 lines
178 B
JavaScript

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