expected "indent", got "outdent" 错误

原因

假如用了stylus 样式没有写完 所以有了这个错误

如图所示 .content-wrapper 样式并没有写

代码示例

<style lang="stylus" rel="stylesheet/stylus">
   .header
      color: #fff
      background: #000
      .content-wrapper
         padding: 24px 12px 18px 24px
       
</style>



posted @ 2017-04-08 00:41  wkm-wangZhe  阅读(6439)  评论(0编辑  收藏  举报