Skip to content

Commit

Permalink
Update css-shared.js
Browse files Browse the repository at this point in the history
add some more properties with cross-browser support
  • Loading branch information
carlrafting committed Mar 3, 2024
1 parent 86f78bf commit 40b83d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/languages/lib/css-shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ export const ATTRIBUTES = [
'animation-name',
'animation-play-state',
'animation-timing-function',
'appearance',
'backface-visibility',
'background',
'background-attachment',
Expand Down Expand Up @@ -588,7 +589,9 @@ export const ATTRIBUTES = [
'rest-after',
'rest-before',
'right',
'rotate',
'row-gap',
'scale',
'scroll-margin',
'scroll-margin-block',
'scroll-margin-block-end',
Expand Down Expand Up @@ -667,6 +670,7 @@ export const ATTRIBUTES = [
'transition-duration',
'transition-property',
'transition-timing-function',
'translate',
'unicode-bidi',
'vector-effect',
'vertical-align',
Expand Down

0 comments on commit 40b83d0

Please sign in to comment.