We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a555971 commit 121dff8Copy full SHA for 121dff8
1 file changed
docs/writing-a-plugin.md
@@ -1,5 +1,14 @@
1
# Writing a PostCSS Plugin
2
3
+* [Writing a PostCSS Plugin](#writing-a-postcss-plugin)
4
+ * [Links](#links)
5
+ * [Step 1: Create an idea](#step-1-create-an-idea)
6
+ * [Step 2: Create a project](#step-2-create-a-project)
7
+ * [Step 3: Find nodes](#step-3-find-nodes)
8
+ * [Step 4: Change nodes](#step-4-change-nodes)
9
+ * [Step 5: Fight with frustration](#step-5-fight-with-frustration)
10
+ * [Step 6: Make it public](#step-6-make-it-public)
11
+
12
## Links
13
14
Documentation:
0 commit comments