1
0
mirror of https://github.com/flarum/core.git synced 2025-08-23 08:33:45 +02:00

chore: avoid using .fa() mixins and @fa-var vars (#3912)

This commit is contained in:
Sami Mazouz
2023-10-29 14:45:50 +01:00
committed by GitHub
parent 015529ff1e
commit 87a83d33b3
10 changed files with 38 additions and 29 deletions

View File

@@ -30,10 +30,7 @@
margin-left: 0;
}
// @TODO: 2.0 use an icon in the XSLT template.
&:before {
.fas();
content: @fa-var-reply;
.icon {
margin-right: 5px;
}
}