5 lines
66 B
SCSS
5 lines
66 B
SCSS
@mixin mobile {
|
|
@media (max-width: 1279px) {
|
|
@content;
|
|
}
|
|
} |