2018-06-11 10:04:31 +00:00
|
|
|
// 1. Import the initial variables
|
|
|
|
@import "./node_modules/bulma/sass/utilities/initial-variables"
|
|
|
|
|
|
|
|
// 2. Set your own initial variables
|
2019-01-27 12:27:51 +00:00
|
|
|
$primary: #9073ff
|
|
|
|
$link: #8530bf
|
2018-06-11 10:04:31 +00:00
|
|
|
|
|
|
|
// 3. Import the rest of Bulma
|
|
|
|
@import "./node_modules/bulma/bulma"
|
|
|
|
|
2019-01-27 12:27:51 +00:00
|
|
|
// 4. Import your stuff here
|