8000 Merge branch '4.2' · symfony/symfony-docs@704f6f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 704f6f6

Browse files
committed
Merge branch '4.2'
* 4.2: Update example config
2 parents fe6d763 + 7344b6c commit 704f6f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/encore/postcss.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ You can also pass options to the `postcss-loader`_ by passing a callback:
4848
// ...
4949
+ .enablePostCssLoader((options) => {
5050
+ options.config = {
51-
+ path: 'config/postcss.config.js'
51+
+ // the directory where the postcss.config.js file is stored
52+
+ path: 'path/to/config'
5253
+ };
5354
+ })
5455
;

0 commit comments

Comments
 (0)
0