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

Use new syntax of linear-gradient #78

Open
vtaits opened this issue Apr 28, 2018 · 5 comments
Open

Use new syntax of linear-gradient #78

vtaits opened this issue Apr 28, 2018 · 5 comments

Comments

@vtaits
Copy link

vtaits commented Apr 28, 2018

I use autoprefixer and see next warnings:

34:3	⚠  Gradient has outdated direction syntax. New syntax is like `to left` instead of `right`. [autoprefixer]
66:3	⚠  Gradient has outdated direction syntax. New syntax is like `to left` instead of `right`. [autoprefixer]
79:3	⚠  Gradient has outdated direction syntax. New syntax is like `to left` instead of `right`. [autoprefixer]
92:3	⚠  Gradient has outdated direction syntax. New syntax is like `to left` instead of `right`. [autoprefixer]

Description of new syntax:
https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient

@wavded
Copy link
Owner

wavded commented Apr 30, 2018

Yeah those CSS files were generated quite some time ago using Stylus/Nib. I'd be open to a PR that adds the most modern syntax first and falls back to those CSS files.

@gadget00
Copy link

gadget00 commented Oct 8, 2018

any advances with this PR?

@vtaits
Copy link
Author

vtaits commented Oct 11, 2018

Sorry, i was too busy. I can do it at weekend.

@gadget00
Copy link

gadget00 commented Jul 6, 2021

Hello folks; did anyone worked on this? if not, how can I help?

@wavded
Copy link
Owner

wavded commented Jul 6, 2021

I don't think so, you are welcome to work on it and open a PR.

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

3 participants