Skip to content

Commit

Permalink
Merge pull request #88 from Igosuki/fix/experimental-pie
Browse files Browse the repository at this point in the history
Fix hardcoded $experimental-support-for-pie variable
  • Loading branch information
xzyfer committed May 18, 2016
2 parents 9b2eead + 88407a1 commit ad0307a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/compass/css3/_pie.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$experimental-support-for-pie: true;
$experimental-support-for-pie: true !default;

// It is recommended that you use Sass's @extend directive to apply the behavior
// to your PIE elements. To assist you, Compass provides this variable.
Expand Down Expand Up @@ -38,7 +38,7 @@ $pie-behavior: stylesheet-url("PIE.htc") !default;
// relative to the stylesheet. It considers them relative
// to the webpage. As a result, you cannot reliably use
// compass's relative_assets with PIE.
//
//
// * `$approach` - one of: relative, z-index, or none
// * `$z-index` - when using the z-index approach, this
// is the z-index that is applied.
Expand Down Expand Up @@ -70,4 +70,4 @@ $pie-behavior: stylesheet-url("PIE.htc") !default;
// So that cascading styles will work correctly on the PIE element.
@mixin pie-watch-ancestors($n) {
-pie-watch-ancestors: $n;
}
}

0 comments on commit ad0307a

Please sign in to comment.