Skip to content

Commit

Permalink
adding back in the amends
Browse files Browse the repository at this point in the history
  • Loading branch information
robertkyan committed Dec 23, 2014
1 parent e19113c commit 6236fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions vendor/assets/stylesheets/foundation/components/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// Licensed under MIT Open Source

@import "global";
@import "buttons";

//
// @variables
Expand Down Expand Up @@ -397,8 +396,8 @@ $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%) !default;
.postfix { @include prefix-postfix-base; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button { @include button-size(false,false); @include postfix(false, false, true); }
.prefix.button { @include button-size(false,false); @include prefix(false, false, true); }
// .postfix.button { @include button-size(false,false); @include postfix(false, false, true); }
// .prefix.button { @include button-size(false,false); @include prefix(false, false, true); }

.prefix.button.radius { @include radius(0); @include side-radius($default-float, $button-radius); }
.postfix.button.radius { @include radius(0); @include side-radius($opposite-direction, $button-radius); }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// Licensed under MIT Open Source

@import "global";
@import "type";

// Off Canvas Tab Bar Variables
$include-html-off-canvas-classes: $include-html-classes !default;
Expand Down

0 comments on commit 6236fc7

Please sign in to comment.