diff --git a/.editorconfig b/.editorconfig index f36a2a6..b639ddd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,6 +2,9 @@ indent_style = space indent_size = 4 +[*.sass] +indent_size = 2 + [*.json] indent_size = 2 diff --git a/public/index.html b/public/index.html index e958352..20bb17e 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ Horarios UNSA - + diff --git a/src/components/App/barra-lateral.vue b/src/components/App/barra-lateral.vue index 470e6bb..c8cd68d 100644 --- a/src/components/App/barra-lateral.vue +++ b/src/components/App/barra-lateral.vue @@ -1,7 +1,5 @@