Skip to content
New issue

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

Support @media rules in CSS #136

Open
unv-unv opened this issue Jun 26, 2022 · 0 comments
Open

Support @media rules in CSS #136

unv-unv opened this issue Jun 26, 2022 · 0 comments

Comments

@unv-unv
Copy link

unv-unv commented Jun 26, 2022

Example:

@media screen and (min-width: 900px) {
  article {
    padding: 1rem 3rem;
  }
}

https://developer.mozilla.org/ru/docs/Web/CSS/@media
https://itchief.ru/html-and-css/media-queries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant