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

Remove -pie prefix from background() #57

Merged
merged 1 commit into from
Apr 16, 2021
Merged

Remove -pie prefix from background() #57

merged 1 commit into from
Apr 16, 2021

Conversation

saschagehlich
Copy link
Contributor

Input:

a {
  @include background(linear-gradient(to right, white, black))
}

Output:

// ...
-pie-background: -pie-linear-gradient(to right, white, black)
// ...

Pie does not recognize linear-gradient with a -pie- prefix.

@Igosuki
Copy link
Owner

Igosuki commented Apr 16, 2021

I checked PIE and indeed linear-gradient has no prefix

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

Successfully merging this pull request may close these issues.

2 participants