UNPKG

postcss

Version:

Tool for transforming styles with JS plugins

12 lines (8 loc) 213 B
'use strict' let Stringifier = require('./stringifier') function stringify(node, builder) { let str = new Stringifier(builder) str.stringify(node) } module.exports = stringify stringify.default = stringify