From b6f5ad1d1629f2c7ab5956ed2a1fc23e58d92dbd Mon Sep 17 00:00:00 2001 From: Rafael Beraldo Date: Wed, 19 Jul 2017 11:58:18 -0300 Subject: [PATCH] Minor docs fix --- .../documentation/installation/Customization.vue | 2 +- index.html | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/pages/documentation/installation/Customization.vue b/docs/pages/documentation/installation/Customization.vue index 4bed926ba..22ab3294c 100644 --- a/docs/pages/documentation/installation/Customization.vue +++ b/docs/pages/documentation/installation/Customization.vue @@ -3,7 +3,7 @@

Customizing theme with Sass

If you're familiar with Sass and want to customize - Buefy with your own theme,follow these steps + Buefy with your own theme, follow these steps


diff --git a/index.html b/index.html index 7dc97c991..537c922bd 100644 --- a/index.html +++ b/index.html @@ -16,18 +16,21 @@ - + <% for (var chunk of webpack.chunks) { - for (var file of chunk.files) { - if (file.match(/\.(js|css)$/)) { %> + for (var file of chunk.files) { + if (file.match(/\.(js|css)$/)) { %> <% }}} %> + + + @@ -43,15 +46,12 @@ - - - Buefy: lightweight UI components for Vue.js based on Bulma