You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cc @brijeshb42 adding this in your radar. It fits well under the "improving the style engine of MUI" north start objective of your team (so far 1 person but hopefully we can grow this).
It seems that there are a couple of fallback that we can now remove:
scroll-margin
. This property is now widely available: https://caniuse.com/mdn-css_properties_scroll-margin. Havingscroll-snap-margin
as a fallbackstylis/test/Prefixer.js
Line 268 in f7bbabe
doesn't seem to make a lot of sense. It seems that
scroll-snap-margin
was an experimentally CSS property used before 2017: w3c/csswg-drafts#1954. That feature is barely used https://chromestatus.com/metrics/css/popularity.Related to #334
The text was updated successfully, but these errors were encountered: