Tom Davies
Tom Davies
I just ran this again to generate 150 today January 9th, and notice not one order has a processed at date for today: The default Shopify orders view which sorts...
This is the same issue I reported in #16. The issue is processed_at is set to a random date during import.
I just hit this issue in Rails 6.1. Thanks for the workaround. I think this is a valid bug report.
I was able to inline the @tailwindcss/forms plugin CSS so I don't need the plugin going forward and it works the same in v4 as it did in v3. Here's...
Good catch @morphsteve - I updated my comment to use your version. I use the class style for the custom form components as well. And you are right, this plugin...
@functasti - The issue is any `@layer utilities` classes will always win and prevent inline classes from working. I adjusted your code to demonstrate. **HTML** ```html I should be blue...
I am not looking for a fix for this anymore since I inlined this plugin as mentioned above. Inlining the plugin does not require any code changes and works exactly...
> [@atomgiant](https://github.com/atomgiant) Does that mean you've removed the plugin from your dependencies and are now manually copying the generated CSS into your project? Yes that's right. I created a tailwindcss-forms.css...