UNPKG

eslint-plugin-better-tailwindcss

Version:

auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.

17 lines 445 B
import { MatcherType, SelectorKind } from "../../types/rule.js"; export declare const TW_JOIN_STRINGS: { kind: SelectorKind.Callee; match: { type: MatcherType.String; }[]; name: string; }; /** @see https://github.com/dcastil/tailwind-merge */ export declare const TW_JOIN: { kind: SelectorKind.Callee; match: { type: MatcherType.String; }[]; name: string; }[]; //# sourceMappingURL=twJoin.d.ts.map