Skip to content

Instantly share code, notes, and snippets.

View jonasmarco's full-sized avatar
💻
Working from home

Jonas Tolentino jonasmarco

💻
Working from home
View GitHub Profile
@SalahHamza
SalahHamza / install_ngrok.md
Last active November 24, 2025 16:03
How to install ngrok on linux subsystem for windows
@OliverJAsh
OliverJAsh / foo.md
Created December 8, 2017 11:29
Avoiding CSS overrides in responsive components

Avoiding CSS overrides in responsive components

I would like to demonstrate some of the benefits of scoped styles over mobile-first CSS with overrides for wider breakpoints. I'll start by explaining the two approaches, before listing the benefits.

Mobile-first with overrides for wider breakpoints

h2 {
  color: black;
 font-size: 2em;