postcss-devtools
postcss-devtools copied to clipboard
Show nodes without source
Every new node should have .source to generate source map.
Let’s check after every plugin, that all nodes contain .source. And if some nodes will not contain .source, we should print a warning, that this plugin added node without a source.
PR welcome. :+1: