postcss-load-config icon indicating copy to clipboard operation
postcss-load-config copied to clipboard

Autoload Config for PostCSS

Results 9 postcss-load-config issues
Sort by recently updated
recently updated
newest added

I'm trying to figure out two things: 1. Why is this the way `postcss-load-config` treats empty configuration objects 2. Is this choice currently breaking more plugins? All the context you...

Hi @ai, thank you for your work on `postcss` and `autoprefixer` (and your other packages). We're using them in combination with Vite, Svelte, and Tailwind, and we'd appreciate a clarification...

On webpack's page example of plugin setup marked as deprecated `webpack.config.js (deprecated, will be removed in the next major release)` https://webpack.js.org/loaders/postcss-loader/ Does this repository show depricated example?

### `Details` This postcss config works with webpack but `postcss-load-config` gives an error: ```js // postcss.config.js module.exports = ({file}) => ({ plugins: [ // Warning: order is significant "postcss-nested", "postcss-extend-rule",...

Sharing a preset across teams or packages is a great way to reduce complexity. It surprises me that PostCSS forces me to use a `postcss.config.js` file rather than giving me...

type: feature
semver: minor
priority: medium

I've never been able to successfully use the async API in my application and I'm wondering why? Do you have any thoughts? I'm using: ```js async function processPostCSS(src = '')...

## Problem Add config file validation Based on https://github.com/postcss/postcss-loader/issues/266#issuecomment-310646691 Sorry for issue without template

type: feature
priority: medium
scope: config

I assume that postcss config should be project specific - and thus the config loading should search from cwd rather than from the file which has to be transpiled. Or...

type: feature
priority: medium
scope: config

Trying to use a shared tailwind config in an integrated Nx monorepo. The module resolution is all done with typescript path aliasing rather than package manager workspace module resolution. The...