Umm I'm still stuck with that...
Another example:
vendor\flarum\core\less\lib\Search.less
Contains:
.Search-input {
overflow: hidden;
color: @muted-color;
&:before {
.fa();
content: @fa-var-search;
float: left;
margin-right: -36px;
width: 36px;
font-size: 14px;
text-align: center;
position: relative;
padding: 7px 0;
line-height: 1.5;
pointer-events: none;
}
input {
float: left;
width: 225px;
padding-left: 32px;
padding-right: 32px;
.transition(all 0.4s);
}
.Button {
float: left;
margin-left: -36px;
width: 36px !important;
outline: none;
}
}
I can't locate this:
.fa();
How can I find this quickly?