Reconstruction

/* Reconstruction */
    /*@mixin border($position){
      @if $position == left-right or $position == right-left{
        border-left: 1px solid $border-color;
        border-right: 1px solid $border-color;
      }
      @else if $position == left-right-bottom or $position == right-left-bottom or $position == bottom-left-right or $position == bottom-right-left{
        border: 1px solid $border-color;
        border-top: 0;
      }@else if $position == left or $position == right or $position == top or $position == bottom {
        border-#{$position}:1px solid $border-color;
      }
       @else{
       border: 1px solid $border-color;
       }  
        
    }*/

posted @ 2016-03-21 11:04  刺蛇笑眯眯  阅读(177)  评论(0编辑  收藏  举报