Skip to content

Commit

Permalink
Fix Readme sass error
Browse files Browse the repository at this point in the history
  • Loading branch information
John Benavides committed Mar 29, 2018
1 parent 88c137d commit c822078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c822078

Please sign in to comment.