CSS aggregation hardcodes media="all", change to "screen"

Created on 7 May 2025, 2 days ago

Problem/Motivation

For page speed, Google considers any stylesheet with media="all" as render blocking (https://developer.chrome.com/docs/lighthouse/performance/render-blocking...).

Use 'screen' instead of 'all' as the default.

Steps to reproduce

Enable CSS aggregation.

Proposed resolution

change 'all' to 'screen'

✨ Feature request
Status

Active

Version

10.3 ✨

Component

asset library system

Created by

πŸ‡ΊπŸ‡ΈUnited States EricB1021

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024