Files
bookmeterplus/tailwind.config.js
Krzysztof Płaczek 3046780f1b Improvements and docker
2025-09-18 15:37:41 +02:00

14 lines
198 B
JavaScript

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