]> danix's work - danix.xyz.git/commit
Fix vendor mixin issues in Sass - use standard CSS transforms master release_05042026-0901
authorDanilo M. <redacted>
Sat, 4 Apr 2026 13:15:44 +0000 (15:15 +0200)
committerDanilo M. <redacted>
Sat, 4 Apr 2026 13:15:44 +0000 (15:15 +0200)
commit6668cb9cd80b0c67fcb90a3303ad8371f4df69a2
treeb6eece5e1fa3b39589f3e3e96b40116a837944e9
parent33aeeb0190fbf6a68bb81a7c72293177f5eeecba
Fix vendor mixin issues in Sass - use standard CSS transforms

Replace @include vendor() calls with standard CSS for transform and animation properties. These don't need vendor prefixes in modern browsers and were causing undefined mixin errors.

- _page.scss: Use standard animation/transition
- _hero.scss: Use standard transform
- _scroll-reveal.scss: Use standard transform

Build now compiles successfully without errors (warnings are from HTML5UP legacy libs only).

Co-Authored-By: Claude Haiku 4.5 <redacted>
themes/dagreynix