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
.button { @layer ui.base { padding: calc(var(--line-height) / 4 * 1em) var(--font-size); border: 1px solid #fff; border-radius: var(--buton-border-radius); background-color: #000; color: #fff; font-size: var(--font-size); line-height: var(--line-height); } @layer ui.state { transition: filter 0.2s ease-in-out; @media (hover: hover) { &:hover { filter: invert(100%); } } } }
などを参考にcssファイルの書き方を提供する。
The text was updated successfully, but these errors were encountered:
新しいブランチ feature_issue-50 が作成されました。 Checkout with GitHub CLI:
feature_issue-50
gh pr checkout 51
Sorry, something went wrong.
monoharada
No branches or pull requests
概要
などを参考にcssファイルの書き方を提供する。
The text was updated successfully, but these errors were encountered: