~repos /gromer

#golang#htmx#ssr

git clone https://pyrossh.dev/repos/gromer.git

gromer is a framework and cli to build multipage web apps in golang using htmx and alpinejs.


50a2feba pyros2097

4 years ago
fix css
Files changed (1) hide show
  1. example/tailwind.config.js +1 -1
example/tailwind.config.js CHANGED
@@ -4,7 +4,7 @@ module.exports = {
4
4
  './*.go',
5
5
  ],
6
6
  options: {
7
- safelist: ['flex', 'flex-row', 'justify-center', 'items-center'],
7
+ safelist: ['flex', 'flex-col', 'flex-row', 'justify-center', 'items-center'],
8
8
  }
9
9
  },
10
10
  theme: {},