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
If you pass a degree to linear-gradient() it will blow up in your face. I disapprove! :)
linear-gradient()
linear-gradient(-45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent 100%)
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Removed legacy webkit support; commented out the canvas generated lin…
364d4cf
…ear gradient; prepared the linear gradient to be available in vendor-prefixed properties like border-image; actually fixes stylus#14; fixes stylus#71
c5bfee1
No branches or pull requests
If you pass a degree to
linear-gradient()
it will blow up in your face. I disapprove! :)The text was updated successfully, but these errors were encountered: