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

Webkit vendor prefix value is invalid #341

Open
max-ci opened this issue Dec 12, 2017 · 5 comments
Open

Webkit vendor prefix value is invalid #341

max-ci opened this issue Dec 12, 2017 · 5 comments

Comments

@max-ci
Copy link
Contributor

max-ci commented Dec 12, 2017

background-image: -webkit-linear-gradient(to right, #fff, #000);

This is not valid CSS, webkit doesn't know what to right means. It should be left in that case.

You can learn more here.

@ghosh
Copy link
Owner

ghosh commented Dec 12, 2017

Thanks for reporting this. You want to raise a PR?

@max-ci
Copy link
Contributor Author

max-ci commented Dec 12, 2017

Unfortunately I don't know Vue and I don't even know where should I start ;)

@ghosh
Copy link
Owner

ghosh commented Dec 12, 2017

Ok, fair enough.

In case, you want to take a shot. It this line here.

directions: ['to left', 'to bottom', 'to right', 'to top'],

@AndrewUsher
Copy link

Do you still need someone to do this? I'm more than willing to help

@max-ci
Copy link
Contributor Author

max-ci commented Oct 10, 2018

I made a PR for this.

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