Skip to content

Commit

Permalink
allow animation timeline as a CSS property
Browse files Browse the repository at this point in the history
  • Loading branch information
amartya-dev committed Jun 20, 2024
1 parent 2ecbc65 commit 988e3db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 988e3db

Please sign in to comment.