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