1***@139.com
1***@139.com
  • 发布:2021-01-28 14:14
  • 更新:2021-01-28 14:14
  • 阅读:497

#插件讨论# 【 Row 流式栅格系统 - DCloud 】为什么下载插件后 编译报错误

分类:uni-app

14:07:04.693 SassError: Undefined variable: "$breakpoints".
14:07:04.697 on line 325 of D:\Documents\uni-app\uni-app\components\uni-col\uni-col.vue
14:07:04.697 >> @each $point in map-keys($breakpoints) {
14:07:04.704 -------------------------^

下面是这个方法

@each $point in map-keys($breakpoints) {
@include res($point) {

{$col}-#{$point}-0 {

            display: none;  
        }  

        @for $i from 0 through 24 {  
            #{$col}-#{$point}-#{$i} {  
                width: getSize($i);  
            }  

            #{$col}-#{$point}-offset-#{$i} {  
                margin-left: getSize($i);  
            }  

            #{$col}-#{$point}-pull-#{$i} {  
                position: relative;  
                right: getSize($i);  
            }  

            #{$col}-#{$point}-push-#{$i} {  
                position: relative;  
                left: getSize($i);  
            }  
        }  
    }  
}
2021-01-28 14:14 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复