frontend/assets/scss/buefy.scss

13 lines
320 B
SCSS
Raw Normal View History

2021-01-15 23:24:15 +11:00
@import "~bulma/sass/utilities/functions";
// Set your colors etc..
$primary: #2baaff;
$primary-invert: findColorInvert($primary);
$twitter: #4099FF;
$twitter-invert: findColorInvert($twitter);
2021-01-19 03:00:49 +11:00
$booster: #2baaff;
$is-booster: #2baaff;
2021-01-15 23:24:15 +11:00
// Import Bulma and Buefy styles
@import "~bulma";
@import "~buefy/src/scss/buefy";