diff --git a/.gitignore b/.gitignore index 9a8fdb3..ad23464 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,12 @@ # lucide icons cmd/icongen/icons -internals/*_templ.go -internals/*_templ.txt +# exlude generated files but not for the pkg folder +internals/**/*_templ.go +internals/**/*_templ.txt + +# exclude txt files because they are not needed as a go package +pgk/**/*_templ.txt .DS_Store bin diff --git a/Makefile b/Makefile index 1c4ebf1..556fa44 100644 --- a/Makefile +++ b/Makefile @@ -30,3 +30,6 @@ debug: # Generate Lucid icons generate-icons: go run cmd/icongen/main.go + +generate-lib: + templ generate ./pkg/... diff --git a/assets/css/output.css b/assets/css/output.css index efe3038..bef33fe 100644 --- a/assets/css/output.css +++ b/assets/css/output.css @@ -1088,10 +1088,6 @@ body { gap: 1rem; } -.gap-1 { - gap: 0.25rem; -} - .space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.5rem * var(--tw-space-x-reverse)); @@ -1417,11 +1413,6 @@ body { padding-bottom: 2rem; } -.px-0 { - padding-left: 0px; - padding-right: 0px; -} - .pb-4 { padding-bottom: 1rem; }