It might be silly to ask but how do I style the components and change values in _variables.scss. For example, for bootstrap, I am doing this.
@import "theme";
@import "../../node_modules/bootstrap/scss/bootstrap";
The theme file contains the modified variables and bootstrap get's compiled with those modifications. How do I achieve something similar here?