UNPKG

marko

Version:

UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.

9 lines (6 loc) 194 B
"use strict"; var styleHelper = require("../../helpers/style-value"); var attr = require("./attr"); module.exports = function styleAttr(value) { return attr("style", styleHelper(value)); };