From 631fea7f0ea1cd9592d934ad5f4d6cfcc2516f49 Mon Sep 17 00:00:00 2001 From: dimait Date: Thu, 25 Nov 2021 18:50:00 +0100 Subject: [PATCH] minor --- breakpoints.html | 3 +- css-samples.html | 287 ---------------------------------------------- log-debugger.html | 3 +- 3 files changed, 4 insertions(+), 289 deletions(-) delete mode 100644 css-samples.html diff --git a/breakpoints.html b/breakpoints.html index 3a67f7f..f4af261 100644 --- a/breakpoints.html +++ b/breakpoints.html @@ -78,12 +78,13 @@

Trick of the day:

- + - - - diff --git a/log-debugger.html b/log-debugger.html index aec75df..e829fca 100644 --- a/log-debugger.html +++ b/log-debugger.html @@ -56,7 +56,8 @@

Trick of the day:

setTimeout(() => { debugger; }, 3000); in the browser's console -

Helps to debug auto closing modals

+

+

Helps to debug auto closing modals or dropdowns