diff --git a/public_html/wp-content/mu-plugins/jetpack-tweaks/css-sanitization.php b/public_html/wp-content/mu-plugins/jetpack-tweaks/css-sanitization.php index 69be6cae9d..6484eb0cf0 100644 --- a/public_html/wp-content/mu-plugins/jetpack-tweaks/css-sanitization.php +++ b/public_html/wp-content/mu-plugins/jetpack-tweaks/css-sanitization.php @@ -244,6 +244,7 @@ function get_custom_css_properties_safelist() { array( // "box-orient" is a non-standard property but is required for the line-clamp behavior to work. // See https://css-tricks.com/line-clampin/ + 'animation-timeline', '-webkit-box-orient', '-webkit-line-clamp', '-webkit-text-fill-color',