Commit fbc67c2
committed
minor #106 Giving the user a nice, default postcss.config.js file (weaverryan)
This PR was merged into the master branch.
Discussion
----------
Giving the user a nice, default postcss.config.js file
<img width="932" alt="screen shot 2017-07-20 at 10 44 46 pm" src="https://user-images.githubusercontent.com/121003/28447140-0ef29372-6d9d-11e7-954a-610d26fd9d75.png">
We make the user create this file to follow the best practice for configuring the postcss-loader. But let's be as helpful as possible.
The `autoprefixer` does not need to be installed by the user, as it's already an indirect dependency of encore (`@symfony/webpack-encore#css-loader#cssnano`).
Commits
-------
9639795 Giving the user a nice, default postcss.config.js file1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
28 | 38 | | |
29 | 39 | | |
| 40 | + | |
30 | 41 | | |
31 | 42 | | |
32 | 43 | | |
| |||
0 commit comments