frontend/assets/scss/buefy.scss
2021-01-19 03:00:49 +11:00

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";