nitro-react/src/index.scss
2022-03-20 21:16:56 +00:00

25 lines
347 B
SCSS

@import './assets/styles';
html,
body {
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
user-select: none;
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
scrollbar-width: thin;
* {
-webkit-font-smoothing: antialiased;
}
}
img {
object-fit: none;
}
@import './App';