Skip to content
New issue

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

Gradient has outdated direction syntax. New syntax is like to left instead of right. #1153

Open
aldanux opened this issue Dec 18, 2019 · 1 comment

Comments

@aldanux
Copy link

aldanux commented Dec 18, 2019

Module Warning:

Gradient has outdated direction syntax. New syntax is like to left instead of right.

Instead of:
background-image: linear-gradient(top, #fdd49a, #fdf59a);

should be:
background-image: linear-gradient(to top, #fdd49a, #fdf59a);

@Argun
Copy link

Argun commented Feb 28, 2020

There are three opened issues about gradient syntax issue, is this library not maintained? #1146 #1134

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants