Skip to content

Commit

Permalink
Add mask css rule to csstidy allow list (#40655)
Browse files Browse the repository at this point in the history
* Add mask css rule to allow list

* Add changelog

---------

Co-authored-by: Ben Zhu <[email protected]>
  • Loading branch information
benzhu56 and Ben Zhu authored Dec 19, 2024
1 parent 6382dad commit ae2a399
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: added

CSS Tidy: add css rule mask to allowlist
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@
$GLOBALS['csstidy']['all_properties']['marquee-play-count'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['marquee-speed'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['marquee-style'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['mask'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['mask-clip'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['mask-composite'] = 'CSS3.0';
$GLOBALS['csstidy']['all_properties']['mask-image'] = 'CSS3.0';
Expand Down

0 comments on commit ae2a399

Please sign in to comment.