missing css rules after UCSS
-
.class_xyz:before { ... background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; ... }After activating UCSS optimization the CSS class does not contain anymore the following CSS rule: background-clip: text and/or -webkit-background-clip: text;
See here: https://caniuse.com/?search=background-clip
This is absolutely NOT comprehensible and understandable.Therefore, please let me know why this happens and how to avoid this.
Many thanks in advance.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘missing css rules after UCSS’ is closed to new replies.