安裝
npm install stylus --save
npm install stylus-loader --save
使用
Header.vue
<style lang="stylus">
@import "~@/assets/styles/varibles.styl"
.header
background: $bgColor
<style>
varibles.styl
$bgColor=#00bcd4
注意事項(xiàng)
stylus 版本過(guò)高會(huì)導(dǎo)致報(bào)錯(cuò)。
stylus UnhandledPromiseRejectionWarning: TypeError: loaderContext.getResolve is not a function
建議版本
stylus 0.45.5
stylus-loader 3.0.2