From cd6aa0d525619c9949cbd3b58d56eb0bad0e3bd9 Mon Sep 17 00:00:00 2001 From: onekintaro Date: Fri, 17 Mar 2023 02:52:39 +0100 Subject: [PATCH] Update README.md added semicolon note --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 191e096..489774c 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ views: max_cols: 10 cards: ... ``` +> NOTE: To ensure proper parsing of YAML code in Layout-card, it is recommended to avoid using semicolons (;) at the end of lines. This is especially important for properties like grid-template-columns and grid-template-rows. ### Layout-card