Build-time minification, image optimization, htmx SPA navigation, and local htmx bundle

This commit is contained in:
bronku 2026-06-10 16:15:42 +02:00
parent 50a5ca2c71
commit b95d5c2ee5
13 changed files with 186 additions and 115 deletions

View file

@ -133,3 +133,20 @@ ul {
img {
color: transparent;
}
main {
transition: opacity 0.15s ease;
}
#about-us,
#featured-delights,
#kawiarnia,
#kawiarnia-content,
#portfolio-grid,
#wyroby,
#slodkie_stoly,
#lody,
#wyroby-torty > section {
content-visibility: auto;
contain-intrinsic-size: 600px;
}