编译不过去,暂时存一下
Posted 刺蛇笑眯眯
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译不过去,暂时存一下相关的知识,希望对你有一定的参考价值。
/* 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;
}
}*/
以上是关于编译不过去,暂时存一下的主要内容,如果未能解决你的问题,请参考以下文章