I have npminstalled bootstrap-sass "^3.3.7", and reactjs. Is this enough to work with the BS classes like 'well' for example?
This is part of my component:
render() {
return (
<div className="well">
hi from well
<button className="btn btn-danger"></button>
</div>
);
}
How can I include the bootstrapstyles in my sass build?