Hello! Maybe there is an option to add passing a regular expression to the `tailwindAttributes` parameter. ``` // .prettierrc { "tailwindAttributes": [/class-\w+/] } ```