postcss-debug
postcss-debug copied to clipboard
Debug your postcss workflow with ease! Creates snapshots of your CSS files before/after each postcss plugin is run.
Recently ran into this issue with the latest postcss, tailwinds css, and webpack. ``` TypeError: atRule.raw.before is not a function at /home/george/Work/georanma-blog/assets/index.css:34:1 at /home/george/Work/georanma-blog/node_modules/tailwindcss/lib/lib/substituteTailwindAtRules.js:69:20 at /home/george/Work/georanma-blog/node_modules/postcss-debug/node_modules/postcss/lib/container.js:310:16 at /home/george/Work/georanma-blog/node_modules/postcss-debug/node_modules/postcss/lib/container.js:135:18 at Root.each...
I'm unable to run the `postcss-debug` via the CLI due to the outdated version of PostCSS. Running via the Node API still works but it throws a deprecated warning.
Change default config file name according to current [postcss-loader](https://github.com/postcss/postcss-loader) conventions.
The chevrons on the expandable/collapsible sections feel wonky and backwards. When chevrons are on the right side it's acceptable to have them face face down when collapsed and up when...
The documentation is quite lacking. It basically doesn't explain how to actually use the thing. You have to follow the link to the Webdebugger README (under **Contributing**) to learn that...
We should highligh plugin and file time in different colors — green for the fastest and red to the slowest /cc @Gaserd
Host webdebugger with sample data using gh-pages, so people can try the interface without installing the package.
i got the debug function working, but i have no idea how or where to add .inspect() method and where to access the ui?
Let's come up with a neat icon for postcss-debug!
I think we can make Atom package and it can useful. Because : - You work in your IDE and after build your project, we open new bar with PostCSS-debug....