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

Block or report NateFlynn-Silktide

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. Less Mixin for Dynamic Breakpoints Less Mixin for Dynamic Breakpoints
    1
    # Responsive Breakpoints Less Mixin
    2
    
                  
    3
    The attached mixin allows you to define a responsize breakpoint using less with functional syntax.
    4
    
                  
    5
    This helps to keep your stylesheets tidier and helps you to write even *less* less... get it?
  2. Asynchronously load JavaScript in Wo... Asynchronously load JavaScript in WordPress
    1
    <?php
    2
    
                  
    3
    /**
    4
     * Asynchronously load JavaScript tags.
    5
     * Adds the `async` tag to all listed scripts to make them load alongised the 
  3. Defer loading of JavaScript tags in ... Defer loading of JavaScript tags in WordPress
    1
    <?php
    2
    
                  
    3
    /**
    4
     * Defer loading of JavaScript tags.
    5
     * Adds the `defer` tag to all required scripts to make them load after the