Gradient has outdated direction syntax. New syntax is like "to left" instead of "right".
See original GitHub issueThe line is actually
background-image: linear-gradient(top, #fdd49a, #fdf59a);
not sure where right
is coming from? Not even using right at all in the file.
v3.0.2 Gulp
Issue Analytics
- State:
- Created 8 years ago
- Reactions:14
- Comments:20 (8 by maintainers)
Top Results From Across the Web
Gradient has outdated direction syntax. New syntax is like ...
Gradient has outdated direction syntax. New syntax is like `closest-side at 0 0` instead of `0 0, closest-side` · css · sass.
Read more >Gradient has outdated direction syntax ... - PrimeFaces forum
Gradient has outdated direction syntax. New syntax is like `to left` instead of `right`. 2 posts • Page 1 of 1.
Read more >Gradient has outdated direction syntax. New syntax is like "to ...
Gradient has outdated direction syntax. New syntax is like "to left" instead of "right". sell. Sass,gulp.
Read more >CSS3 - introduction to gradients - QuirksMode
The two syntaxes ; <direction> Test page, to left means the linear gradient goes from right to left. right means the linear gradient...
Read more >Gradient has outdated direction syntax. New syntax is like ...
Gradient has outdated direction syntax. New syntax is like closest-side at 0 0 instead of 0 0, closest-side.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@KrunchMuffin Yeah, a little mistake, but hope you understood. Instead of
top
you should useto bottom
value.just want to point out, its 2019 and this issue is still helpful. not sure if this is a good or bad thing.