From 1916aea6c28c7c3a91aaf8d26a37283fabdbd127 Mon Sep 17 00:00:00 2001 From: Azat <8280770+azataiot@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:30:50 +0300 Subject: [PATCH] fix typo: Unknown pseudo selector 'lsat-child'. renamed to 'last-child'. --- content/tutorial/common/src/app.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorial/common/src/app.html b/content/tutorial/common/src/app.html index 4dba4f2d1..d904c3713 100644 --- a/content/tutorial/common/src/app.html +++ b/content/tutorial/common/src/app.html @@ -183,7 +183,7 @@ margin-top: 0; } - progress:lsat-child { + progress:last-child { margin-bottom: 0; }