From 436ea47a18441d1bcb5732fac1d8c77df2e1f38c Mon Sep 17 00:00:00 2001 From: muddv Date: Wed, 5 Oct 2022 23:13:19 +0300 Subject: [PATCH 1/2] Move title --- docs/writing-a-plugin.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/writing-a-plugin.md b/docs/writing-a-plugin.md index 8e5c9fb24..c8dc5c9b4 100644 --- a/docs/writing-a-plugin.md +++ b/docs/writing-a-plugin.md @@ -1,3 +1,4 @@ +# Writing a PostCSS Plugin **Table of Contents** From 5c81bc8c5128c5a2314697a5e7ff918de7cd0c9e Mon Sep 17 00:00:00 2001 From: muddv Date: Wed, 5 Oct 2022 23:32:23 +0300 Subject: [PATCH 2/2] Delete duplicate title --- docs/writing-a-plugin.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/writing-a-plugin.md b/docs/writing-a-plugin.md index c8dc5c9b4..4487afbd6 100644 --- a/docs/writing-a-plugin.md +++ b/docs/writing-a-plugin.md @@ -10,8 +10,6 @@ * [Step 5: Fight with frustration](#step-5-fight-with-frustration) * [Step 6: Make it public](#step-6-make-it-public) -# Writing a PostCSS Plugin - ## Links Documentation: