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.
b6b06a2
— pyros2097
2021-01-05T21:46:17+05:30
fix styles
example/tailwind.config.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
purge: {
|
|
3
3
|
content: [
|
|
4
|
-
'./*.go',
|
|
4
|
+
'./**/*.go',
|
|
5
5
|
],
|
|
6
6
|
options: {
|
|
7
7
|
safelist: ['flex', 'flex-col', 'flex-row', 'justify-center', 'items-center'],
|