首页 > 其他 > 详细

编译不过去,暂时存一下

时间:2016-03-21 12:03:05      阅读:186      评论:0      收藏:0      [点我收藏+]

/* 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;
       }  
        
    }*/

编译不过去,暂时存一下

原文:http://www.cnblogs.com/xisitan/p/5301038.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!