Skip to content

Commit

Permalink
[frontend] remove experimental css attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
isselparra committed Sep 20, 2024
1 parent c04a750 commit 52a9619
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ const useStyles = makeStyles(() => ({
display: 'flex',
gap: 20,
overflowX: 'auto',
'--start-if-can-scroll': 'var(--can-scroll) start',
justifyContent: 'var(--start-if-can-scroll, center)',
animation: 'detect-scroll linear',
animationTimeline: 'scroll(self inline)',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ const useStyles = makeStyles(() => ({
display: 'flex',
gap: 20,
overflowX: 'auto',
'--start-if-can-scroll': 'var(--can-scroll) start',
justifyContent: 'var(--start-if-can-scroll, space-evenly)',
// test
animation: 'detect-scroll linear',
animationTimeline: 'scroll(self inline)',
},
Expand Down

0 comments on commit 52a9619

Please sign in to comment.