AaronGustafson’s avatarAaronGustafson’s Twitter Archive—№ 16,232

  1. This is precisely how NOT to provide fallbacks: .tabs:not(.--jsfied) { overflow-x: auto; -webkit-overflow-scrolling: touch; } Why? It relies on a very modern selector to provide a non-JS fallback, which is making a big assumption. Fallbacks should be the universal default.