Bug Dead code in setup.less and many other less templates

There is a bug in this version
K

Kirby

Guest
Code:

Code:
.m-faBase(@type: false, @weight: false)
{
    // deprecated, use .m-faIcon directly
}

[...]

.m-iconicIcon(@setPosition: true)
{
    [...]

    &:before,
    &:after
    {
        .m-faBase('Pro'; inherit);

All instances of mixin m-faBase probably should probably be removed (it doesn't do anything anyway).

Continue reading...