From d8f3d9152fe7c41786e5e18a2dfbca94aab1d6c9 Mon Sep 17 00:00:00 2001 From: Hazel Weakly Date: Tue, 17 Sep 2024 13:49:41 -0700 Subject: [PATCH] syntax highlighting is hard --- postcss.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/postcss.config.js b/postcss.config.js index 5851d52..749ffbf 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -22,6 +22,7 @@ export default (ctx) => ({ "h3", "h4", /\[.*\]$/, + /pl-.*$/, "p", "li", "a",