How do I include a bootstrap mixin, in an ASPNetCore project?
I have Web compiler installed. I added an scss
folder and copied the alerts-variant
mixing code from here:
https://martijncuppens.github.io/bootstrap-mixins-documentation/docs/4.1/mixins/#alert-variant
Then I RIGHT-CLICK -> Web Compiler -> Recompile
and the _alerts.css is empty.
Same thing happens when I use http://beautifytools.com/scss-compiler.php
What am I doing wrong?
I am using an AdminLTE project template, and I don't want to customize and recompile the entire AdminLTE+bootstrap bundle unless I absolutely have to.