From fb47360f8dc9f5ca1e8c6ec616c8b8b213dd716d Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Thu, 23 Jan 2020 14:23:10 -0500 Subject: [PATCH] Add PostCSS Configuration to Sidebar --- docs/manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manifest.json b/docs/manifest.json index 72b0ca82a21c4ba..b3cccfe61edfd37 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -121,6 +121,10 @@ "title": "Customizing Babel Config", "path": "/docs/advanced-features/customizing-babel-config.md" }, + { + "title": "Customizing PostCSS Config", + "path": "/docs/advanced-features/customizing-postcss-config.md" + }, { "title": "Custom Server", "path": "/docs/advanced-features/custom-server.md"