相关资料
代码实现
const stylus = require('stylus')
module.exports = function (source) {
stylus(source)
.render((err, css) => {
this.callback(err, css)
})
}
const stylus = require('stylus')
module.exports = function (source) {
stylus(source)
.render((err, css) => {
this.callback(err, css)
})
}
版权所有 © 2022 cinob的博客 | 辽ICP备17021658号-2
Theme Memory By Shawn With | All Rights Reserved
(●'◡'●)ノ本博客已萌萌哒运行了
评论
还没有任何评论,你来说两句吧!