Skip to content
View DrSAS's full-sized avatar

Block or report DrSAS

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Just a little code when you want to ... Just a little code when you want to know which breakpoint you are on with TailwindCSS (in its default configuration) :)
    1
    @if (App::hasDebugModeEnabled())
    2
        <div class="fixed bottom-1 right-1 z-[9999]">
    3
            <span class="sm:hidden bg-green-200 p-2">DEFAULT</span>
    4
            <span class="hidden sm:block md:hidden bg-yellow-200 p-2">SM</span>
    5
            <span class="hidden md:block lg:hidden bg-pink-200 p-2">MD</span>