hmbai
hmbai
  • 发布:2020-12-10 00:06
  • 更新:2020-12-10 00:06
  • 阅读:331

#插件讨论# 【 scss/sass编译 - IDE 】d

分类:uni-app

请教各位大佬 我这样写

<style lang="scss">  
    page{  
        background-color: #eee;  
    }  
    .content {  
        display: flex;  
        flex-direction: column;  
     align-items: center; 
        justify-content: center;  
    }  
    .foot{  
        position: fixed;  
        width: 100%;  
        bottom: 0;  
        .cont{  
            width: 100%;  
            height: 60rpx;  
            background-color: #ddd;  
        }  
    }  
  
</style> 
报这样的错
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: property "  " must be followed by a ':'

我在style里面写任何内容都会出同样的错 想问怎样解决呢 谢谢各位了
scss插件我用的是 自动导入的

2020-12-10 00:06 负责人:无 分享
已邀请:

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