Skip to content
View mikenewbuild's full-sized avatar
☂️
Under cover
☂️
Under cover

Block or report mikenewbuild

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

Pinned Loading

  1. shopify-csv-export shopify-csv-export Public

    Quickly export Shopify data to a CSV.

    JavaScript

  2. cloudflare cloudflare Public

    Utils for working with the Cloudflare API

    PHP 1

  3. Shopify CustomUpsellProduct Element Shopify CustomUpsellProduct Element
    1
    <style>
    2
    .custom-upsell-products {
    3
      display: grid;
    4
      grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    5
      gap: 1rem;
  4. Helper methods to use in Shopify themes Helper methods to use in Shopify themes
    1
    export function _$(selector, scope = document) {
    2
      return scope.querySelector(selector);
    3
    }
    4
    
                  
    5
    export function _$$(selector, scope = document) {