Skip to content
View carlfairclough's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report carlfairclough

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. carlfairclough.me carlfairclough.me Public

    Portfolio website

    HTML

  2. font-scaling-glamor-js.js font-scaling-glamor-js.js
    1
    function cssGrad (p1, p2){
    2
        // Based on y = mx + b
    3
        let m = ((p2.y - p1.y) / (p2.x - p1.x)).toFixed(5)
    4
        // Place space between "-" and number if negative
    5
        m < 0 && (m = '- ' + (m * -1))
  3. _mixins.scss _mixins.scss
    1
    // Mixins for:
    2
    // • Iterating classes
    3
    // • Flexbox, including browser prefixes
    4
    // • Gradients, including browser prefixes
    5
    
                  
  4. blessings blessings Public

    TypeScript 1