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