Skip to content

Commit

Permalink
Removed optional use of gradient mixins as this is for debugging only…
Browse files Browse the repository at this point in the history
…, no need for production code. Resolves #168
  • Loading branch information
Snugug committed Mar 11, 2014
1 parent 4ec7d52 commit f4e7a1b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions stylesheets/singularitygs/helpers/_background-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,20 +217,10 @@

@if $bkpt != -1px {
@include breakpoint($bkpt) {
@if mixin-exists(background-image) and function-exists(linear-gradient) {
@include background-image(
linear-gradient($Direction, $Gradient)
);
}
background-image: linear-gradient(to opposite-direction($Direction), $Gradient);
}
}
@else {
@if mixin-exists(background-image) and function-exists(linear-gradient) {
@include background-image(
linear-gradient($Direction, $Gradient)
);
}
background-image: linear-gradient(to opposite-direction($Direction), $Gradient);
}
}
Expand Down

0 comments on commit f4e7a1b

Please sign in to comment.