terribleMia’s avatarterribleMia’s Twitter Archive—№ 9,282

  1. Reminder when you use initial in CSS, you *probably* want revert or unset: - initial: use the spec default (always eg display: inline; color: black) - revert: use the browser/user styles (different per element) - unset: use inheritance where available, fallback to initial
    1. …in reply to @TerribleMia