gulp-postcss
gulp-postcss copied to clipboard
Pipe CSS through PostCSS processors with a single parse
ESM support - https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md
Hi everyone. I'm using this plugin for years now, and it's the first time I get this error. I'm working on an old project which i recently upgraded to the...
If a `postcss.config.js` is used (instead of passing a `plugins` array), the PostCSS options passed to gulp-postcss are ignored by all PostCSS plugins. If you [look at the default export...
By default, the dirname of the source paths referenced by the sourcemap mirrors the src glob. For example, if the source CSS file is `css/site.css`, then the source paths for...
Tried to find out this information but got dead-end. I have defined only autoprefixer as plugin: ``` js var plugins = [ autoprefixer({grid: true, browsers: ['>1%']}) ]; ``` In my...
When I set process.env.NODE_ENV to anything other than "production" I get a ton of logs of this warning: `You did not set any plugins, parser, or stringifier. Right now, PostCSS...
This is an explanation for #150 . My use case is that I have [a plugin](https://github.com/ZeeCoder/container-query) that collects metadata while processing the CSS file, and then adds it as a...
We all know that code-style checking is very important, but most of the opposition is that the introduction of `stylelint` and other tools can cause such a problem: A few...
The options are becoming more and more complex so that the documents describing it are long. Can we make it compatible with `postcss-load-config` See: https://github.com/gucong3000/gulp-postcss#readme
I started getting this error on a project that worked fine just a couple of months ago, is this issue related to tailwind? ``` gulp-notify: [gulp error in gulp-postcss] Error...