stylus怎么全局使用呢
来源:2-3 项目基础代码编写
那个少年长大了
2021-05-04
// vue.config.js
module.exports = {
css: {
loaderOptions: {
stylus: {
additionalData: `
@import "@/assets/stylus/variable.styl";
@import "@/assets/stylus/mixin.styl";
`
}
}
}
}
.icon
display inline-block
vertical-align top
margin-top 6px
width 30px
height 32px
margin-right 9px
bg-image('logo') // 这里是这样使用吗
background-size 30px 32px
界面不显示图片
写回答
1回答
-
ustbhuangyi
2021-05-04
stylus 显然不是这个语法呀,建议网上搜索一下
012021-05-04
相似问题