We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fa596e + cad85c4 commit 7344b6cCopy full SHA for 7344b6c
frontend/encore/postcss.rst
@@ -48,7 +48,8 @@ You can also pass options to the `postcss-loader`_ by passing a callback:
48
// ...
49
+ .enablePostCssLoader((options) => {
50
+ options.config = {
51
- + path: 'config/postcss.config.js'
+ + // the directory where the postcss.config.js file is stored
52
+ + path: 'path/to/config'
53
+ };
54
+ })
55
;
0 commit comments