Avoid postcss-px-to-rem transform px failback

Created on 13 March 2024, 3 months ago
Updated 29 March 2024, 3 months ago

Problem/Motivation

in css reset ticket we got failback `--admin-toolbar-rem` but seems css wasn't generated well there. So now in 1.x `yarn build` command transform variables to --admin-toolbar-rem: max(1rem, 1rem); what is incorrect in terms of that failback.

Proposed resolution

set --admin-toolbar-rem: max(1rem, 16PX);
to avoid its transformation

https://www.npmjs.com/package/postcss-pxtorem#a-message-about-ignoring-p...

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡·πŸ‡ΈSerbia finnsky

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

Merge Requests

Comments & Activities

Production build 0.69.0 2024