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