Skip to content
View Jakobud's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Salesforce
  • Fort Collins, Colorado
  • 00:25 (UTC -06:00)
  • LinkedIn in/jakobud
Block or Report

Block or report Jakobud

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. poly-fluid-sizing poly-fluid-sizing Public

    SASS mixin for linear interpolation between multiple values across multiple breakpoints using CSS calc() and viewport units

    SCSS 87 14

  2. vscode-cdnjs vscode-cdnjs Public

    cdnjs.com extension for Visual Studio Code

    JavaScript 5 3

  3. vscode-placeholder-images vscode-placeholder-images Public

    Placeholder Images extension for Visual Studio Code

    JavaScript 6 2

  4. vscode-cache vscode-cache Public

    A library for caching of values in VSCode Extensions

    JavaScript 12 1

  5. Poly Fluid Sizing using linear equat... Poly Fluid Sizing using linear equations, viewport units and calc()
    1
    /// poly-fluid-sizing
    2
    /// Generate linear interpolated size values through multiple break points
    3
    /// @param $property - A string CSS property name
    4
    /// @param $map - A SASS map of viewport unit and size value pairs
    5
    /// @requires function linear-interpolation