Skip to content

Commit

Permalink
Default values for unit() mixin updated to be true
Browse files Browse the repository at this point in the history
  • Loading branch information
Mack, Kevin committed Aug 25, 2014
1 parent 8f1aa03 commit a261425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unit-space.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// * Released under the MIT license
// * https://github.com/kevinmack18/SASS-Margin-and-Padding-Starter/blob/master/LICENSE
// * Version: v3.0.0
// * Date: 2014-08-24
// * Date: 2014-08-25


@import "unit_space__variables";
Expand Down Expand Up @@ -110,7 +110,7 @@
}

// output specific properites only
@mixin units($property: padding, $version: two-x, $variation: (base: false, top: false, right: false, bottom: true, left: false)) {
@mixin units($property: "padding", $version: "default", $variation: (base: true, top: true, right: true, bottom: true, left: true)) {
$variation-controls: $variation;
$versions: map-get($units, $property);
$values: map-get($versions, $version);
Expand Down

0 comments on commit a261425

Please sign in to comment.