Buttons page

This commit is contained in:
Dan 2026-01-13 10:07:48 +00:00
parent 13d8d21071
commit d8cbd092b2
18 changed files with 337 additions and 73 deletions

View file

@ -88,7 +88,13 @@ $breakpoints: (
}
}
// Usage
.scrollable-child {
@include scrollbar-custom(greenyellow, 10px);
@mixin enhance-3d-transform {
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Optional: Force GPU acceleration */
will-change: transform;
}