摘要: 1.stylus 在webstorm中出现红色波浪线 但是不影响浏览器效果,也不报错 <style lang="stylus" scoped > article display flex background lightblue height 0.64rem//此处数字处 .left float l 阅读全文
posted @ 2019-12-13 21:07 容忍君 阅读(233) 评论(0) 推荐(0)
摘要: 全局变量 背景色,单独放在一个变量中 ,其他地方引用就可以 创建文件 varibles.styl 全局的变量 $bgcolor = #0002 其他组件中要使用变量 <style> @import ' styl地址' //样式中引用样式要加@ </style> 自定义目录 <style> @impo 阅读全文
posted @ 2019-12-13 11:20 容忍君 阅读(211) 评论(0) 推荐(0)