Skip to content

Commit

Permalink
Bump to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jedfoster committed Apr 28, 2013
1 parent 6e6ae10 commit 82f3bde
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions bourbon-compass.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
# Release Specific Information
s.version = "3.1.4"
s.date = "2013-04-21"
s.version = "3.1.5"
s.date = "2013-04-27"

# Gem Details
s.name = "bourbon-compass"
Expand Down
4 changes: 2 additions & 2 deletions stylesheets/bourbon/css3/_background.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
$gradient-args: false;
$gradient-positions: false;
$shorthand-start: false;
@if type-of($first-member) == list { // Linear gradient plus additional shorthand values lg(red,orange)repeat,...
@if type-of($first-member) == list { // Linear gradient plus additional shorthand values - lg(red,orange)repeat,...
$gradient-positions: nth($first-member, 2);
$gradient-args: nth($first-member, 3);
$shorthand-start: 2;
}
@else { // Linear gradient only lg(red,orange),...
@else { // Linear gradient only - lg(red,orange),...
$gradient-positions: nth($shorthand, 2);
$gradient-args: nth($shorthand, 3); // Get gradient (red, blue)
}
Expand Down
3 changes: 0 additions & 3 deletions stylesheets/bourbon/helpers/_linear-positions-parser.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
@else if ("#{$side} #{$corner}" == "left bottom") or ("#{$side} #{$corner}" == "bottom left") {
$degree: _position-flipper(#{$side}) _position-flipper(#{$corner});
}
@else {
@warn "Incorrect gradient syntax";
}
$spec: to $side $corner;
}
@else if $length == 1 {
Expand Down

0 comments on commit 82f3bde

Please sign in to comment.