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
VSCodeで Container.vue を開いたところ、上記の画像のようにCSSの@mediaでシンタックスエラーが発生しました
Container.vue
調べると https://stackoverflow.com/questions/36229356/whats-the-equivalent-of-the-container-bootstrap-class-in-purecss-io がヒットしました
.container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 768px) { .container { width: 750px; } }
と書くべきではないでしょうか?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
VSCodeで
Container.vue
を開いたところ、上記の画像のようにCSSの@mediaでシンタックスエラーが発生しました調べると https://stackoverflow.com/questions/36229356/whats-the-equivalent-of-the-container-bootstrap-class-in-purecss-io がヒットしました
と書くべきではないでしょうか?
The text was updated successfully, but these errors were encountered: