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

Block or report Jakobud

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Jakobud/README.md

Jake Wilson

Tech and Tools

Tech and Tools

profile for Jake Wilson at Stack Overflow, Q&A for professional and enthusiast programmers

Fluid Typography using Linear Interpolation SASS Methods

Fluid Responsive Typography With CSS Poly Fluid Sizing Title Logo

Pinned Loading

  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 88 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 13 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