~repos /gromer
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
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: {},
|