UNPKG

makeup-style

Version:

Minimal CSS files for correcting, improving and normalizing default browser CSS, for narrow viewports first, and provides convenient and intuitive CSS-defaults for styling in general and typographic style.

4 lines (3 loc) 161 B
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */ :where(ol, ul)[role="list"] { list-style: none; }