purityselect_admin/resources/js/@layouts/styles/_global.scss
2024-10-25 19:58:19 +05:00

11 lines
116 B
SCSS

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