UNPKG

eslint-plugin-better-tailwindcss

Version:

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

15 lines 362 B
import { MatcherType, SelectorKind } from "../../types/rule.js"; export const CTL_STRINGS = { kind: SelectorKind.Callee, match: [ { type: MatcherType.String } ], name: "^ctl$" }; /** @see https://github.com/netlify/classnames-template-literals */ export const CTL = [ CTL_STRINGS ]; //# sourceMappingURL=ctl.js.map