luanprojectsarticlesstuffgithub

New drop-in dropped

New version of drop-in-css adds h2, footer, blockquote and .muted 2026-02-08

While working on this very blog, I slowly started to collect some missing features in drop-in; so decided to hoist some code to the upstream.

As usual, you can install the drop-in-css package from NPM or import it directly from:

<link rel="stylesheet" href="https://luan.xyz/projects/drop-in/drop-in.css" />

Find the latest version on GitHub. Simply "drop it in" and it just works!

New Features

You've seen these features already on this website; but now they are an official part of drop-in.

  • Better style for <h2> elements (seen above)
  • New .muted class for subtle text (any element)
  • New style for <footer> elements (seen below)
  • New style for <blockquote> elements (seen above)