###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com
/* | |
##Device = Desktops | |
##Screen = 1281px to higher resolution desktops | |
*/ | |
@media (min-width: 1281px) { | |
/* CSS */ | |
###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com
export function sortAll(arr, key = 'key', direction = 'asc', type = 'string') { | |
return arr.sort((a, b) => { | |
let keyA; | |
let keyB; | |
if (type === 'string') { | |
keyA = a[key].toLowerCase(); | |
keyB = b[key].toLowerCase(); | |
} | |
if (type === 'number') { | |
keyA = parseInt(a[key], 2); |
Please submit your article including all of the information below. You can include this as a seperate file if you like - but please complete each section. Please use an online service to write your article, for example Dropbox Paper, Draft.in, Google Docs. For more help, see the editorial guide
Article Title
Ideally under 67 characters, what problem does this article solve?
Quick Summary