Roger Schönbächler

Results 5 issues of Roger Schönbächler

Continuation of #18 Add support for tailwindcss v4.

Would it be possible to add custom import resolvers for the synchronous `bundle()` API? Background: I have created an [ESLint Plugin](https://github.com/schoero/eslint-plugin-readable-tailwind) that auto-fixes tailwindcss classes with the goal to make...

Preserves the original quotes when wrapping lines in JSX attributes. Previously, when `better-tailwindcss/enforce-consistent-line-wrapping` wrapped lines to multiple lines in JSX attributes, it automatically changed the attribute to an expression with...

Fixes the predefined configs to correctly expose the plugin in the config. This simplifies the setup as it its now possible to just add a config to `eslint.config.js` without requiring...

Overhauls the `improved` sorting order: - `improved` is no longer the default option as most people expect the order to match the official order from tailwind. - the `improved` order...