From 4523ccf2ce09561dea7c3cc1056caa56ebe25ef7 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 25 Aug 2021 10:19:57 -0300 Subject: [PATCH 1/4] =?UTF-8?q?Arreglar=20regex=20que=20no=20matchea=20lo?= =?UTF-8?q?=20que=20esper=C3=A1bamos=20y=20oculta=20tareas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 90f13f0..d5abe6f 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ include .env export help: always ## Ayuda - @grep "^[^\t]\+:.*##" Makefile | sed -re "s/(.*):.*##(.*)/\1;\2/" | column -s ";" -t | sed -re "s/^([^ ]+) /\x1B[38;5;197m\1\x1B[0m/" + @grep "^[^[:space:]]\+:.*##" Makefile | sed -re "s/(.*):.*##(.*)/\1;\2/" | column -s ";" -t | sed -re "s/^([^ ]+) /\x1B[38;5;197m\1\x1B[0m/" all: install fa serve build ## Todas las tareas necesarias para desarrollar From 143e0f6c3dca202fcef3f9aa9db44ad26aa548a7 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 25 Aug 2021 10:21:50 -0300 Subject: [PATCH 2/4] =?UTF-8?q?Minificar=20todas=20las=20tipograf=C3=ADas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index d5abe6f..4f3b8dd 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,9 @@ fa-%: always ## Agregar un ícono de Fork Awesome (reemplazar % por el nombre) @echo Agregando $* a la lista de íconos @grep -q "$*" fa.txt || grep '^$$fa-var-$*: ' node_modules/fork-awesome/scss/_variables.scss | sed -re "s/^.*: \"\\\(.*)\";/\1 $*/" >> fa.txt +fonts := $(wildcard assets/fonts/*.otf assets/fonts/*.ttf) +fonts: $(fonts) ## Minifica todas las tipografías + gfont: ## Descarga tipografías de Google Fonts (css="url del css") @test -n "$(css)" wget "$(css)" -nv -kO /tmp/gfont From 92849e80f0583f3be30a898cc24ff9e29c4a26d8 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 25 Aug 2021 10:58:00 -0300 Subject: [PATCH 3/4] =?UTF-8?q?Realmente=20minificar=20todas=20las=20tipog?= =?UTF-8?q?raf=C3=ADas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f3b8dd..c215fbd 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ fa-%: always ## Agregar un ícono de Fork Awesome (reemplazar % por el nombre) @echo Agregando $* a la lista de íconos @grep -q "$*" fa.txt || grep '^$$fa-var-$*: ' node_modules/fork-awesome/scss/_variables.scss | sed -re "s/^.*: \"\\\(.*)\";/\1 $*/" >> fa.txt -fonts := $(wildcard assets/fonts/*.otf assets/fonts/*.ttf) +fonts := $(patsubst %.otf,%-subset.woff2,$(wildcard assets/fonts/*)) fonts: $(fonts) ## Minifica todas las tipografías gfont: ## Descarga tipografías de Google Fonts (css="url del css") From 1ff252e328fc7582de9fe82b6ad7c307171d046c Mon Sep 17 00:00:00 2001 From: f Date: Thu, 26 Aug 2021 16:43:29 -0300 Subject: [PATCH 4/4] Fixes --- assets/css/styles.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/styles.scss b/assets/css/styles.scss index f822e0e..67d88db 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -79,7 +79,7 @@ $sizes: ( 80: 80%, 90: 90%, 50vh: 50vh, - 75vh: 75vh + 75vh: 75vh, 100vh: 100vh, 100vw: 100vw ); @@ -97,7 +97,7 @@ $opacities: ( /// Resetear algunos margins y paddings por defecto a cero $paragraph-margin-bottom: 0; $headings-margin-bottom: 0; -$label-margin-bottom: 0; +$label-margin-bottom: 0; /// Redefinir variables de Boostrap acá. Se las puede ver en /// node_modules/bootstrap/scss/_variables.scss