AndrewP

Results 13 comments of AndrewP

1) When use `"spacing"` how do I choose what goes first `m-N` or `p-N`? 2) How would you use the `|`? To separate what classes/group of classes? `mx-2 my-3 |...

I like this approach! Great idea 💡 And if separator character is an empty string - don't use it. And the `"headwind.customFirst": true` option is what I was thinking about...

Should we ping @tailwindcss to ask for Adam's opinion?

What type of database do you use? The package uses `LOWER` SQL function to compare strings. You could catch the query with laravel-debugbar and see what is the problem.

I changed `USERNAME` to `LOGIN` before I found this issue.

Maybe `LatestPodcastsController@index` & `PopularPodcastsController@index`

Missing this feature so much!

Same story as @kess42 have experienced. On small screens when click link to view a picture it scrolls the page to the top **UPD** It only happens when disableScrolling=true

It started flagging my document after I made an email as a link. Removing the link fixes the issue for me. Thanks @bsweeney

> You can create multiple endpoints inside (for example) BotController > And handle any number of bot instances and same or different nutgram routes inside of that controller. > And...