UNPKG

tailwindcss-anchors

Version:

Anchors for Tailwind CSS provides a simple API for working with CSS anchor positioning, enabling flexible, declarative positioning relative to custom anchors.

12 lines (10 loc) 361 B
import * as tailwindcss_plugin0 from "tailwindcss/plugin"; //#region index.d.ts declare const _default: ({ matchUtilities, theme }: tailwindcss_plugin0.PluginAPI) => void; declare function encodeString(str: string): string; declare function decodeString(encodedStr: string): string; //#endregion export { decodeString, _default as default, encodeString };