This repository has been archived on 2024-01-11. You can view files and clone it, but cannot push or open issues or pull requests.
admin/tailwind.config.js

8 lines
103 B
JavaScript

module.exports = {
content: ["./templates/*.html"],
theme: {
extend: {},
},
plugins: [],
}