5 lines
87 B
SCSS
5 lines
87 B
SCSS
|
@media (max-width: 768px) {
|
||
|
@import "mobile/settings";
|
||
|
@import "mobile/profile";
|
||
|
}
|