fret2buzz

Results 3 comments of fret2buzz

+1. it would great to have this feature (contact, group or channel)

I have the same issue. ``` { "plugins": [ "@shopify/prettier-plugin-liquid", "prettier-plugin-tailwindcss" ], "tabWidth": 4, "useTabs": false } ``` using `html` parser removes white space and duplicate classes but it breaks...

``` // Whitespace removal is disabled for Liquid // due to the way Liquid prints the AST // (the length of the output MUST NOT change) ``` https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/63c22ded61a2b5b9eefe1646e5321b1ae0adde19/tests/plugins.test.ts Disabled whitespace...