generated from ony3000/node-library-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
It would be very helpful if this plugin could replicate the group option from better-tailwindcss/enforce-consistent-line-wrapping.
// { printWidth: 40 }
<div class={`
text-black underline focus:font-bold
focus:text-opacity-70 hover:font-bold
hover:text-opacity-70
`} />
// { printWidth: 40, group: "newLine" }
<div class={`
text-black underline
focus:font-bold focus:text-opacity-70
hover:font-bold hover:text-opacity-70
`} />
// { printWidth: 40, group: "emptyLine" }
<div class={`
text-black underline
focus:font-bold focus:text-opacity-70
hover:font-bold hover:text-opacity-70
`} />ony3000 and tijnjh
Metadata
Metadata
Assignees
Labels
Projects
Status
No status