From 988e3db477e7825882976d8fb1f73330076918f6 Mon Sep 17 00:00:00 2001 From: amartya-dev Date: Thu, 20 Jun 2024 08:38:50 +0530 Subject: [PATCH] allow animation timeline as a CSS property --- .../wp-content/mu-plugins/jetpack-tweaks/css-sanitization.php | 1 + 1 file changed, 1 insertion(+) 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',