UNPKG

tarima

Version:
16 lines (13 loc) 260 B
'use strict'; function render(params) { if (!params.next || params.next === 'css') { params.source = this.styl(params.source).toString(); } } module.exports = { render, compile: render, ext: 'css', support: ['styl'], requires: ['styl'], };