Skip to content
View bpod's full-sized avatar
😎
_building
😎
_building

Block or report bpod

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
bpod/README.md

@befreestudios's Holopin board

Pinned Loading

  1. befreestudios-io/git-context-switcher befreestudios-io/git-context-switcher Public

    Main repo for git-context-switcher. Switch between git contexts easily for different environments (personal, work, client projects, etc.) using Git's conditional includes.

    JavaScript

  2. Pure CSS Checkbox (SCSS Syntax) Pure CSS Checkbox (SCSS Syntax)
    1
    input[type=checkbox] {
    2
    	position: absolute;
    3
       	left: -9999px;
    4
       	
    5
        &+label {
  3. AutoFocusInput AutoFocusInput
    1
    import React, { useEffect } from 'react';
    2
    
                  
    3
    /**
    4
     * Auto focus input on page load
    5
     */