Skip to content

[8.4-stable] Merge pull request #306 from AlchemyCMS/fix-login-css-relative-color - #307

Merged
tvdeyen merged 1 commit into
8.4-stablefrom
backport/8.4-stable/pr-306
Sep 3, 2026
Merged

tvdeyen merged 1 commit into
8.4-stablefrom
backport/8.4-stable/pr-306

Conversation

@alchemycms-bot

@alchemycms-bot alchemycms-bot Bot commented Sep 3, 2026

Copy link
Copy Markdown

Backport

This will backport the following commits from main to 8.4-stable:

Questions ?

Please refer to the Backport tool documentation

Applications that still bundle sassc-rails get Sprockets' SassC
css_compressor, which re-parses our already-minified build output as
SCSS. libSass resolves hsl() and rgb() to its own builtins and aborts on
the relative color form, so precompiling assets fails for those hosts.
color-mix() expresses the same 50% alpha and is unknown to libSass, so
it passes through untouched while staying valid modern CSS with wider
browser support than relative colors.

(cherry picked from commit f2e09a6)
@tvdeyen
tvdeyen enabled auto-merge September 3, 2026 08:56
@codecov

codecov Bot commented Sep 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.58%. Comparing base (73d062f) to head (a4f67fd).
⚠️ Report is 2 commits behind head on 8.4-stable.

Additional details and impacted files
@@             Coverage Diff             @@
##           8.4-stable     #307   +/-   ##
===========================================
  Coverage       98.58%   98.58%           
===========================================
  Files              11       11           
  Lines             283      283           
===========================================
  Hits              279      279           
  Misses              4        4           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tvdeyen
tvdeyen merged commit d472f0a into 8.4-stable Sep 3, 2026
29 checks passed
@tvdeyen
tvdeyen deleted the backport/8.4-stable/pr-306 branch September 3, 2026 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant