postcss-devtools icon indicating copy to clipboard operation
postcss-devtools copied to clipboard

Log execution time for each plugin in a PostCSS instance.

Results 3 postcss-devtools issues
Sort by recently updated
recently updated
newest added

If I [add `postcss-devtools`](https://github.com/billyjanitsch/css-loader/commit/510b18e21a92812085edcf6b89cbc683fd8b9df7) to the `css-loader` pipeline, `text-table` (used by the [formatter](https://github.com/postcss/postcss-devtools/blob/master/src/lib/formatter.js#L17)) throws the following error when compiling any CSS file: ``` Module build failed: TypeError: Cannot read property...

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...

enhancement
help wanted