码迷,mamicode.com
首页 > Web开发 > 详细

vue2 不识别scss,stylus语法解决方法

时间:2017-07-20 12:49:23      阅读:330      评论:0      收藏:0      [点我收藏+]

标签:item   解决   white   top   weight   --   blog   ott   otto   

vue中布局使用scss,stylus,会使代码变得非常简洁

<style lang="stylus">
  .goods
    display flex
    position absolute
    top 174px
    bottom 46px
    width 100%
    overflow hidden
    .menu-wrapper
      flex 0 0 80px
      width 80px
      background #f3f5f7
      margin-top: 2px;
      .menu-item-selected
        background white
        font-weight 700
        margin-top -1px
</style>

  

需要这么做:

步骤1:<style lang="stylus"></style>

步骤2: cnpm install stylus stylus-loader --save

 

vue2 不识别scss,stylus语法解决方法

标签:item   解决   white   top   weight   --   blog   ott   otto   

原文地址:http://www.cnblogs.com/zph666/p/7210454.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!