We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Дмитрий добрый день! Было бы удобно если бы вы добавили миксин с возможностью указания ориентации экрана. Пример на scss:
@mixin from-port($min_width){ @media screen and (orientation: portrait) and (min-width: $min_width){ @content; } } @mixin from-land($min_width){ @media screen and (orientation: landscape) and (min-width: $min_width){ @content; } }
The text was updated successfully, but these errors were encountered:
Добрый день! Идея принята на рассмотрение.
Sorry, something went wrong.
No branches or pull requests
Дмитрий добрый день! Было бы удобно если бы вы добавили миксин с возможностью указания ориентации экрана. Пример на scss:
The text was updated successfully, but these errors were encountered: