Skip to content
View Gravy59's full-sized avatar
Block or Report

Block or report Gravy59

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

  1. pi-nuker.py pi-nuker.py Public

    Simple Nuking and Trolling for Minecraft: Pi Edition

    Python

  2. scp-db scp-db Public

    A curation of the SCP Foundation's greatest scps

    MDX

  3. Use radix colors in tailwind css wit... Use radix colors in tailwind css with full intellisense support
    1
    import * as radixColors from "@radix-ui/colors";
    2
    /**
    3
      * We could probably get away with *not* using this but
    4
      * proper usage of tailwind leaves all dependencies compiled 
    5
      * to css, so this only affects the build step.