purityselect/resources/js/@layouts/styles/_global.scss
2024-10-25 01:05:27 +05:00

11 lines
116 B
SCSS

*,
::before,
::after {
box-sizing: inherit;
background-repeat: no-repeat;
}
html {
box-sizing: border-box;
}