main
1 branches
0 tags
git clone https://git.sheff.online/git/GetSrc
tailwind.config.js
JavaScript
93 B
1module.exports = {
2  content: ["./tmpl/*"],
3  theme: {
4    extend: {},
5  },
6  plugins: [],
7}