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 • 443 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TW_JOIN = exports.TW_JOIN_STRINGS = void 0;
const rule_js_1 = require("../../types/rule.js");
exports.TW_JOIN_STRINGS = [
"twJoin",
[
{
match: rule_js_1.MatcherType.String
}
]
];
/** @see https://github.com/dcastil/tailwind-merge */
exports.TW_JOIN = [
exports.TW_JOIN_STRINGS
];
//# sourceMappingURL=twJoin.js.map