I hereby claim:
- I am uniqname on github.
- I am uniqname (https://keybase.io/uniqname) on keybase.
- I have a public key whose fingerprint is 4CC2 022E 189D 4A8D AA12 1AEC E307 96BD 29EE 6A01
To claim this, I am signing this object:
{ | |
"registry": { | |
"register": "http://bower.ldschurch.org" | |
} | |
} |
# top-most EditorConfig file | |
root = true | |
[*] | |
end_of_line = lf | |
insert_final_newline = true | |
charset = utf-8 | |
indent_style = space | |
indent_size = 4 |
I hereby claim:
To claim this, I am signing this object:
const numericalDirection = (arg, n = Number(arg)) => Math.abs(n) / n || 0 | |
export default numericalDirection; |
/* Reasonable default view transition */ | |
@view-transition { | |
navigation: auto; | |
} | |
html { | |
box-sizing: border-box; | |
-moz-text-size-adjust: none; | |
-webkit-text-size-adjust: none; | |
text-size-adjust: none; |