mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge pull request #13624 from dr-dimitru/patch-2
Fix link to "PostCSS Plugins"
This commit is contained in:
@@ -24,7 +24,7 @@ module.exports = {
|
||||
|
||||
> The example config enables the `autoprefixer` postcss plugin. You can install the plugin by running `meteor npm install -D autoprefixer`.
|
||||
|
||||
Learn more about [configuring postcss](https://github.com/postcss/postcss-load-config#packagejson) or find a list of [available plugins](https://www.postcss.parts/).
|
||||
Learn more about [configuring postcss](https://github.com/postcss/postcss-load-config#packagejson) or find a list of [available plugins](https://postcss.org/docs/postcss-plugins).
|
||||
|
||||
After making changes to the PostCSS Config, `meteor` must be restarted for it to use the new config.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user