Pinned Loading
-
-
font-scaling-glamor-js.js
font-scaling-glamor-js.js 1function cssGrad (p1, p2){
2// Based on y = mx + b3let m = ((p2.y - p1.y) / (p2.x - p1.x)).toFixed(5)
4// Place space between "-" and number if negative5m < 0 && (m = '- ' + (m * -1))
-
_mixins.scss
_mixins.scss 1// Mixins for:2// • Iterating classes3// • Flexbox, including browser prefixes4// • Gradients, including browser prefixes5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




