@byndyusoft-ui/reset-css
Version:
Byndyusoft UI Reset CSS
32 lines (28 loc) • 744 B
CSS
html {
box-sizing: border-box;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
scroll-behavior: smooth;
scrollbar-gutter: stable;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body {
margin: initial;
scrollbar-gutter: stable;
}
@media (prefers-reduced-motion: reduce) {
* {
/* stylelint-disable declaration-no-important */
animation-duration: 0.01ms ;
animation-iteration-count: 1 ;
transition-duration: 0.01ms ;
scroll-behavior: auto ;
/* stylelint-enable declaration-no-important */
}
}