From 470da9a1be652924ecb5dc6cce078f7afa9321eb Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 16 Jan 2023 12:50:39 +0000 Subject: [PATCH] fix: unquote ol/li selectors --- styles/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/global.css b/styles/global.css index adb44b2a..b6c404ee 100644 --- a/styles/global.css +++ b/styles/global.css @@ -146,10 +146,10 @@ em-emoji-picker { --at-apply: hidden; } } - 'ol > li' { + ol > li { --at-apply: pl-2; } - 'ul > li' { + ul > li { --at-apply: pl-2; } .code-block {