pcmt/tailwind.config.js

15 lines
310 B
JavaScript
Raw Normal View History

2023-05-20 20:15:57 +02:00
/**
* Copyright 2023 wanderer <a_mirre at utb dot cz>
* SPDX-License-Identifier: AGPL-3.0-only
*/
/** @type {import('tailwindcss').Config} */
module.exports = {
2023-05-22 03:22:58 +02:00
content: ["./templates/**.{tmpl,html}", "./templates/**/**.tmpl"],
/* darkMode: 'class', */
theme: {
extend: {},
},
plugins: [],
}