7 lines
51 B
SCSS
7 lines
51 B
SCSS
|
* {
|
||
|
all: unset;
|
||
|
}
|
||
|
|
||
|
title {
|
||
|
display: none;
|
||
|
}
|