From 70a27f1089b4b979c745055fa74421fe8507b782 Mon Sep 17 00:00:00 2001 From: BordedDev <> Date: Tue, 14 Jan 2025 23:23:58 +0100 Subject: [PATCH] Updated notes slightly --- reviews/BordedDev/notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reviews/BordedDev/notes.md b/reviews/BordedDev/notes.md index c95a753..e3c0701 100644 --- a/reviews/BordedDev/notes.md +++ b/reviews/BordedDev/notes.md @@ -29,4 +29,6 @@ Borders are on all grid elements, causing a double border on the edges I'd recommend running Biome.js or ESlint + Prettier to clean up the code (if you're using ML you can even make these strict enough about ordering and naming conventions) -When you create an object where the key's and value's name are the same, you can use the shorthand `{ value }` instead of `{ value: value }` \ No newline at end of file +When you create an object where the key's and value's name are the same, you can use the shorthand `{ value }` instead of `{ value: value }` + +Border radius doesn't propagate to the children, so the cells are still square and will show if it has a background \ No newline at end of file