11 lines
279 B
SCSS
11 lines
279 B
SCSS
|
@import "~bulma/sass/utilities/functions";
|
||
|
|
||
|
// Set your colors etc..
|
||
|
$primary: #2baaff;
|
||
|
$primary-invert: findColorInvert($primary);
|
||
|
$twitter: #4099FF;
|
||
|
$twitter-invert: findColorInvert($twitter);
|
||
|
|
||
|
// Import Bulma and Buefy styles
|
||
|
@import "~bulma";
|
||
|
@import "~buefy/src/scss/buefy";
|