Skip to content

Instantly share code, notes, and snippets.

View runoncedev's full-sized avatar

Camilo runoncedev

View GitHub Profile
@runoncedev
runoncedev / javascript.json
Last active May 23, 2020 00:05
VS Code JS snippets
{
"Print to console": {
"prefix": "ll",
"body": [
"console.log('${1:name}', ${1:name});"
],
"description": "Log output to console"
},
"() => {}": {
"prefix": "arf",
@runoncedev
runoncedev / list.md
Last active April 1, 2021 00:54
nice food in caba, arg
<style>
:root {
--text-color-light: black;
--text-color-dark: white;
}
p {
color: var(--text-color-light);
}