9946061105c174929cfb6df9f0c0a38c3b4e54c6
The global typography rules in app.css (main ul li → list-style: disc) ran independently of Tailwind Typography, so `not-prose` on the gallery grid couldn't suppress the bullets. Adding :not(.not-prose) to those selectors makes the same opt-out class work for both prose-managed and globally-styled lists, so the gallery grid renders without disc markers and any future grid-of-list use case can opt out the same way.
windwiderstand
Description
Languages
TypeScript
58.9%
Svelte
38.4%
JavaScript
1.4%
CSS
1.1%