Ron Melkhior

Results 13 comments of Ron Melkhior

Hi, I need more info. This doesn't tell me anything

Show me your config? The exact error, the lines where it happens.

Can you share the entire config? That error is caused by a typo in the config.

https://play.tailwindcss.com/JFh3k86DqN?file=config I can't reproduce it. If you can, I'll happily take a look :)

Didn't notice the PR, will review it tomorrow. Sorry for the delay!

It should still work and I'll fix it in case it breaks, but nothing new to add.

Yes, I use semver On Wed, Dec 11, 2019, 06:17 Kevin Batdorf wrote: > Hi, > > Increasing the major version often implies there are breaking changes, but > i...

We added support for same-level dir attributes. So for example: ``` Hi! ``` Previously, in v3, the `rtl:mr-10` class in the `div` wouldn't work because the CSS generated only checked...

In this project where I use this library, there are certain areas where I have to force LTR regardless of the site's general direction/language at that moment, so it can...

Hi, This plugin doesn't translate well into CSS (seeing as how you can't `@apply` variants). What I did to get around this in my own personal projects, is add a...