Ben Rogerson

Results 75 comments of Ben Rogerson

I'm seeing global styles added after component styles in version 5.2.1 😱 A temporary workaround is to export the global styles from a separate file: ```js // GlobalStyles.js import {...

Hey guys, just a quick prod on this issue - is there anything I can do to help? I noticed it's marked 'needs more info'.

After hearing from some more devs that their global styles ordering isn't being preserved, we found that the workaround mentioned above still isn't preserving the order. Even if the GlobalStyles...

There are features that have been introduced that require some major changes to the selector matching system in this package. I'm releasing a new package soon that has a high...

I'm planning on the first release in two weeks around Feb 26th. I've chosen to use `babel-plugin-tailwind-components` as a solid base so it'll include the same features, and the macro...

Hey all, I've just released my plugin [Twin 🎉](https://github.com/ben-rogerson/twin.macro)

Checkout [Twin](https://github.com/ben-rogerson/twin.macro) - You won't need to worry about this as I'm ordering the screens by the order defined in the `screen` part of your tailwind.config.js

Thanks heaps for adding the styled-components version of this @anymaniax I'll support whichever way you guys want to head with an identical preset approach. Personally, I'd shy away from adding...

We haven't quite got a nx-workspace example through yet so you'll need to give one of these PR's a pilot test 🤞

@nonameolsson I feel this example has too many files and features for a twin example. If it were simplified (remove cypress/jest/etc configs?) then it could join the others.