1
0
mirror of https://github.com/axzilla/templui.git synced 2025-03-14 05:17:59 +00:00

Merge branch 'main' into dev

This commit is contained in:
axzilla 2025-03-03 15:48:34 +07:00
commit eeefdbbd95
2 changed files with 4 additions and 1 deletions

View File

@ -1409,6 +1409,9 @@
.p-2 {
padding: calc(var(--spacing) * 2);
}
.p-3 {
padding: calc(var(--spacing) * 3);
}
.p-4 {
padding: calc(var(--spacing) * 4);
}

View File

@ -56,7 +56,7 @@ templ BaseLayout() {
// Alpine.js
<script defer src="https://cdn.jsdelivr.net/npm/@alpinejs/csp@3.x.x/dist/cdn.min.js"></script>
// HTMX
<script nonce={ templ.GetNonce(ctx) } src="https://unpkg.com/htmx.org@2.0.4"></script>
<script nonce={ templ.GetNonce(ctx) } src="https://cdn.jsdelivr.net/npm/htmx.org@2.0.4/dist/htmx.min.js"></script>
// INFO: Tryout for capsulate components
// <meta
// name="htmx-config"