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:
commit
eeefdbbd95
@ -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);
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user