K
Kirby
Guest
Code:
All instances of mixin
Continue reading...
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...