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