Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
Consistently use the term argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyson Gach committed Jun 1, 2016
1 parent cc71d28 commit 72b889b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/bourbon/library/_size.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
@if _is-size($height) {
height: $height;
} @else {
@error "`#{$height}` is not a valid length for the `$height` parameter " +
@error "`#{$height}` is not a valid length for the `$height` argument " +
"in the `size` mixin.";
}

@if _is-size($width) {
width: $width;
} @else {
@error "`#{$width}` is not a valid length for the `$width` parameter " +
@error "`#{$width}` is not a valid length for the `$width` argument " +
"in the `size` mixin.";
}
}

0 comments on commit 72b889b

Please sign in to comment.