UNPKG

frutjam

Version:

A utility-first CSS UI Library for Tailwind CSS

2 lines 722 B
/*! frutjam v2.2.1 (c) 2026 Nezanuha | Released under the MIT License | https://frutjam.com */ /*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */.toast{position:fixed;z-index:1000;display:flex;flex-direction:column;gap:.5rem;padding:1rem;pointer-events:none;inset-block-end:0;inset-inline-end:0;&>*{pointer-events:auto}}.toast-center{inset-inline-end:auto;inset-inline-start:50%;transform:translateX(-50%)}.toast-end{inset-inline-start:auto;inset-inline-end:0}.toast-start{inset-inline-end:auto;inset-inline-start:0}.toast-middle{inset-block-end:auto;inset-block-start:50%;transform:translateY(-50%)}.toast-bottom{inset-block-start:auto;inset-block-end:0}.toast-top{inset-block-end:auto;inset-block-start:0}