Skip to content

Instantly share code, notes, and snippets.

View hirasso's full-sized avatar
👋

Rasso Hilber hirasso

👋
View GitHub Profile
@hirasso
hirasso / tw-gradient-matte.css
Last active December 11, 2025 15:36
A tailwind utility for nice eased gradient mattes
/**
* A background gradient from translucent black to transparent, with easing
*
* Usage: `<div class="bg-gradient-to-b gradient-matte-30"></div>`
* @see https://larsenwork.com/easing-gradients/#editor
*/
@utility gradient-matte-* {
--_strength: calc(--value(integer) / 100);
--tw-gradient-stops: