Build-time minification, image optimization, htmx SPA navigation, and local htmx bundle
This commit is contained in:
parent
50a5ca2c71
commit
b95d5c2ee5
13 changed files with 186 additions and 115 deletions
17
css/base.css
17
css/base.css
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue