5 lines
60 B
SCSS
5 lines
60 B
SCSS
|
|
.test {
|
||
|
|
border: 1px solid red;
|
||
|
|
@apply box-border;
|
||
|
|
}
|