rustywind
rustywind copied to clipboard
CLI for organizing Tailwind CSS classes
This should fix the issue with the absence of an `\n` when `--stdin` is used. It should hopefully fix this issue; https://github.com/avencera/rustywind/issues/62
In a similar fashion to https://github.com/ryanhhhh/headwind/pull/111, I would love to see support for custom regex and support for passing in multi-step regexes. I don't know rust, and not making any...
When trying to integrate and contribute Rustywind to [Aphelia](https://github.com/radian-software/apheleia/issues/112) I faced an issue that when I run Rustywind with `--stdin` option it removes the new line symbol at the end...
Not sure how to get this working right now
Are there plans to support this?
Hi @praveenperera , Thanks for the great package. We are using lint-staged and husky for pre-commit hooks. rustywind changes the class order on changed files on commit and later jest...
We've recently started using dprint as our formatter, but we miss this from prettier. For context: https://dprint.dev/plugins/ I don't really know what's involved in making your tool compatible with dprint's...
Input: (Vue Html Syntax) ``` :class=" activeTab ? ' bg-opacity-30 bg-blue-300 rounded text-blue-500 font-medium' : 'hover:bg-gray-200 bg-gray-100 font-normal text-gray-700 hover:text-gray-900' " ``` After I run `rusty --write .` Output: ```...
Get custom sorter by evaluating tailwind.config.js file ## Features * Pass with `--tailwind-sorter` can accept value (value would be path to `tailwind-config.js` * If value not passed in look for...
- Replace `class(Name)*` with `class(Name)?` - Add support for `(`, `)`, `,`, and `#` in class names