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
Raw Permalink Normal View History

2022-01-27 20:21:09 +00:00
module.exports = {
content: ["./templates/*.html"],
theme: {
extend: {},
},
plugins: [],
}