Igosuki / compass-mixins

A collection of compass' stylesheet for bower dependencies and libsass
Other
592 stars 197 forks source link

Remove -pie prefix from background() #57

Closed saschagehlich closed 3 years ago

saschagehlich commented 9 years ago

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 commented 3 years ago

I checked PIE and indeed linear-gradient has no prefix