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 208 B
export function getPrefix(tailwindContext) { return tailwindContext.tailwindConfig.prefix ?? ""; } export function getSuffix(tailwindContext) { return ""; } //# sourceMappingURL=prefix.async.v3.js.map