UNPKG

eslint-plugin-better-tailwindcss

Version:

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

9 lines 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const synckit_1 = require("synckit"); const context_async_v4_js_1 = require("./context.async.v4.js"); (0, synckit_1.runAsWorker)(async ({ configPath }) => { const context = await (0, context_async_v4_js_1.createTailwindContext)(configPath); return context.theme.prefix ?? ""; }); //# sourceMappingURL=prefix.async.v4.js.map