gromer
git clone https://git.pyrossh.dev/gromer
gromer is a framework and cli to build multipage web apps in golang using htmx and alpinejs.
a37c7bd
— pyros2097
2020-12-19T16:40:13+05:30
fix css
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: {},
|