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