This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// strip unit utility function | |
@function strip-unit($n) { | |
@return math.div($n, ($n * 0 + 1)); | |
} | |
/** | |
* @function interpolate | |
* interpolates the size of an element based on the size of the screen | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
console.log("I was executed from a gist inside the terminal with npx!"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
console.log("I was executed from a gist inside the terminal with npx!"); |
OlderNewer