Skip to content
View grrtbrtr's full-sized avatar

Block or report grrtbrtr

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. wcag-contrast-compliance-overview wcag-contrast-compliance-overview Public

    A tool to check WCAG contrast compliancy of multiple color combinations.

    JavaScript

  2. treeviewr treeviewr Public

    Render simple, beautiful treeviews from JSON data using JavaScript.

    JavaScript

  3. SCSS cross-browser min-height mixin ... SCSS cross-browser min-height mixin (with IE6 support)
    1
    /**
    2
     * Min-height cross-browser mixin (IE6 support)
    3
     */
    4
    @mixin min-height($min-height) {
    5
    	min-height: $min-height;