Skip to content

Commit

Permalink
Deprecated borderbox
Browse files Browse the repository at this point in the history
  • Loading branch information
shivapoudel committed Mar 20, 2015
1 parent ae7ead7 commit 308fea3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/css/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@
transform: scale($ratio);
}

/**
* Deprecated
* Use bourbon mixin instead `@include box-sizing(border-box);`
*/
@mixin borderbox() {
box-sizing: border-box;
}

@mixin darkorlighttextshadow($a, $opacity: .8) {
@if lightness($a) >= 65% {
@include text_shadow(0, -1px, 0, rgba(0, 0, 0, $opacity));
Expand Down

0 comments on commit 308fea3

Please sign in to comment.