Probably need to adjust the CSS a little, move the spaces and the i
Code:
.label.label--red.articles:before { .m-faContent(@fa-var-list-alt);}
Spaces in CSS indicate it's the child of something:
<div class="label">
<div class="label--red">
<div class="articles">
Also, by default there are no i tags in the prefixes (unless you're using a custom plugin of sorts).