7 lines
70 B
SCSS
7 lines
70 B
SCSS
|
// reset for HDS
|
||
|
*,
|
||
|
*::before,
|
||
|
*::after {
|
||
|
box-sizing: border-box;
|
||
|
}
|