Mr Lucky
Well-known member
Is there any documentation available on this, especially re using in CSS?You will need to look into how we add icons to templates and use that approach,
For example previously I add category icons using before pseudo elements in extra.less:
Code:
.block.block--category.block--category28 .block-header:before {
.m-faBase();
content: '\f001';
float: left;
padding-right: 5px;
}
How would I do that now?