UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

12 lines (10 loc) 329 B
var objectify = require('./objectifier'); module.exports = function (result) { if ( console && console.warn ) { result.warnings().forEach(function (warn) { var source = warn.plugin || 'PostCSS'; console.warn(source + ': ' + warn.text); }); } return objectify(result.root); };