From 6401fe6dcab6d78b155ba5f34b971dfe6362e1b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Niedzi=C3=B3=C5=82ka?= Date: Fri, 3 Mar 2023 21:18:57 +0100 Subject: [PATCH] fix(css): Remove invalid CSS comment (#2471) --- live-examples/css-examples/lists/list-style-type.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-examples/css-examples/lists/list-style-type.html b/live-examples/css-examples/lists/list-style-type.html index cbb04edc4..80db599e2 100644 --- a/live-examples/css-examples/lists/list-style-type.html +++ b/live-examples/css-examples/lists/list-style-type.html @@ -21,7 +21,7 @@
-
list-style-type: "\1F44D"; // thumbs up sign
+
list-style-type: "\1F44D";