mirror of
https://github.com/flarum/core.git
synced 2025-07-31 21:50:50 +02:00
fix: replace .fa()
mixin usage with .fas()
(#3537)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
}
|
||||
|
||||
&:before {
|
||||
.fa();
|
||||
.fas();
|
||||
content: @fa-var-reply;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user