From e612419add5964747fff7d90c8b3cd60b3fa49d6 Mon Sep 17 00:00:00 2001 From: jkeohan Date: Mon, 3 Feb 2025 13:03:08 -0500 Subject: [PATCH] docs: updated Experimental: Inline Styles section to include a 2nd css style to convey that a space is needed between the styles --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5866751..0e3aa14 100644 --- a/README.md +++ b/README.md @@ -575,7 +575,7 @@ To enable this feature: ```json { - "styles": ".was-price { color: red; }" + "styles": ".was-price { color: red; } .promotion { color: green; }" } ```