Skip to content

Commit

Permalink
Allow setting $experimental-support-for-pie
Browse files Browse the repository at this point in the history
PIE support couldn't be disabled because the setting was always being overriden by _pie.scss.

Closes: Igosuki#52
  • Loading branch information
dooart committed Mar 4, 2016
1 parent 8d93bef commit c2d32db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/compass/css3/_pie.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
$experimental-support-for-pie: true;

// 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.
// When set, it will cause the `@include pie` mixin to extend this class.
Expand Down

0 comments on commit c2d32db

Please sign in to comment.