From dcd22301ffc95a30b1e7842cd9e6800c4347151c Mon Sep 17 00:00:00 2001 From: daudix Date: Sun, 18 Aug 2024 02:35:55 +0300 Subject: [PATCH] Add commented-out layout debugging style It's useful to have it here --- sass/_general.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sass/_general.scss b/sass/_general.scss index dd6db91..e3131db 100644 --- a/sass/_general.scss +++ b/sass/_general.scss @@ -1,3 +1,10 @@ +// Layout Debugging +// *, +// *::before, +// *::after { +// outline: solid 0.0625rem var(--primary-color); +// } + * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box;