Skip to content

Instantly share code, notes, and snippets.

View leninalbertolp's full-sized avatar
🏠
Working from home

Lenin Peña leninalbertolp

🏠
Working from home
View GitHub Profile
@leninalbertolp
leninalbertolp / basic-reset.css
Last active September 7, 2018 01:39
Creando mi propio reset
*,
*::after,
*::before {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
}
@leninalbertolp
leninalbertolp / settings.json
Last active April 23, 2023 17:40
Configuración para aplicar correctamente la fuente Operator Mono en VSCode
{
"editor.tokenColorCustomizations": {
"[El nombre del theme que estes usando]": {
"textMateRules": [
{
"scope": [
"comment",
"punctuation.definition.comment",
"comment.block",
"comment.line",