all
기존 태그가 가지고 있던 모든 속성을 무시한다.
/* old */ .my-component { color: red !important; } /* new */ .my-component { all: 'initial'; color: red; }
appearance: base
크로스 브라우징 대응 시 모든 스타일을 통일해준다.
← Main Page 미라클 모닝 →