5 lines
44 B
CSS
5 lines
44 B
CSS
* {
|
|
all: unset;
|
|
box-sizing: border-box;
|
|
}
|
* {
|
|
all: unset;
|
|
box-sizing: border-box;
|
|
}
|