UNPKG

eslint-plugin-better-tailwindcss

Version:

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

7 lines 206 B
export function getPrefix(context) { return context.theme.prefix ?? ""; } export function getSuffix(context) { return !!context.theme.prefix ? ":" : ""; } //# sourceMappingURL=prefix.async.v4.js.map