postcss-browser-reporter
postcss-browser-reporter copied to clipboard
Plugin to display warning messages right in your browser
Append warnings only from selected plugins if option provided
Stylelint throws errors in source files, so it's easy to find where actual syntax error is (it shows path to source file). However postcss-browser-report reports error in generated file not...
If I provide a styles object, the default styles will be overriden. Sometimes I just want to change some style such as background color but keep other styles.
Hi guys! I'm using postcss-import plugin in my project. It emits error messages with tabs that breaks "content" css property. So no message is displayed in browser. Maybe processing errors...
Having a tough time adding this to a project - [react-webpack-node](https://github.com/choonkending/react-webpack-node) Able to log "opts", "css", and "styles" output, so it's getting good data. Wondering if the Server Side Rendering...
The example screenshot used in `README.md` has this as the first warning: `autoprefixer: menu.css:4:4: Outdated direction syntax in gradient` From what I can tell from https://github.com/postcss/postcss-browser-reporter/blob/master/index.js#L71 this warning would actually...
I think by default we better not clear warnings after append them to result because there can be used other plugin after, like postcss-log-warnings. So option should be named as...
In case of long message, it would be nice to be able (as an option) to customize the value to join messages. Currently it's only one new lines, but it...