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
Can be updated to:
--d: 20px; background: conic-gradient(from 45deg, #561a16 25%, #6a201b 0% 50%, #a7332b 0% 75%, #d45d55 0%); background-size: var(--d) var(--d)
--d: 60px; background: repeating-conic-gradient(#000 0% 25%, #eee 0% 50%); background-size: var(--d) var(--d)
--d: 60px; background: repeating-conic-gradient(from 45deg, #000 0% 25%, #eee 0% 50%); background-size: var(--d) var(--d)
--w: 15px; background: repeating-conic-gradient(from 30deg, #d6e0f5 0% 60deg, #36c 0% 120deg); background-size: var(--w) calc(var(--w)*tan(60deg))
The text was updated successfully, but these errors were encountered:
Sure! PR? You can do it via the GitHub UI, just hit edit on the file, it will fork it for you, then save and there will be a button to send a PR :)
(I'd suggest more descriptive names for the variables though)
Sorry, something went wrong.
No branches or pull requests
Pyramid
Can be updated to:
Checkerboard
Can be updated to:
Diagonal checkerboard
Can be updated to:
Half-rombes
Can be updated to:
The text was updated successfully, but these errors were encountered: