From c82207876ef1358d993a499f56b98e340d1cce4d Mon Sep 17 00:00:00 2001 From: John Benavides Date: Thu, 29 Mar 2018 13:25:49 +0200 Subject: [PATCH] Fix Readme sass error --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a336dbd3..e0749ab0 100644 --- a/README.md +++ b/README.md @@ -94,12 +94,12 @@ The Following componets were ported: To Override the variables set by Bulma you will need to create a sass file like this one (_variable.sass) ```sass -@import '~bulma/sass/utilities/initial-variables.sass'; +@import '~bulma/sass/utilities/initial-variables.sass' // ADD HERE variables you want to override $primary: #f4f4f4 -@import '~bulma/sass/utilities/_all.sass'; +@import '~bulma/sass/utilities/_all.sass' ``` After that you will need to add to your webpack configuration an alias pointing to the file