-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
111 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,15 +54,23 @@ export const goHomeLink = ( | |
|
||
To override the variables set by Bulma, install Bulma (`npm install [email protected]`), and [follow the Bulma instructions](https://bulma.io/documentation/customize/variables/). | ||
|
||
You will also need to import `rbx/rbx.sass` as it contains any pertinent bug fixes for Bulma. | ||
You will also need to import `rbx/dist/rbx.sass` as it contains any pertinent bug fixes for Bulma. | ||
|
||
A minimal example of `App.sass` might look like: | ||
|
||
```sass | ||
$primary: #61dafb | ||
@import "~bulma/bulma.sass" | ||
@import "../src/index.sass" | ||
@import "~rbx/dist/index.sass" | ||
``` | ||
|
||
Or, for further customization; | ||
|
||
```sass | ||
$primary: #61dafb | ||
@import "~bulma/bulma.sass" // alternatively, select which parts to include. | ||
@import "~rbx/dist/rbx.sass" | ||
``` | ||
|
||
Then, import this file somewhere in your project. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters