UNPKG

eslint-plugin-better-tailwindcss

Version:

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

11 lines 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getPrefix = getPrefix; exports.getSuffix = getSuffix; function getPrefix(context) { return context.tailwindConfig.prefix ?? ""; } function getSuffix(context) { return ""; } //# sourceMappingURL=prefix.async.v3.js.map