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