Closed danielmarkavis closed 7 years ago
@danielmarkavis sure you've pulled in latest release (published 2 hours ago)? I cannot reproduce.
Should be fixed in 0.5.2. Please run composer update :)
Ah yes I was doing this
@fa('facebook', 'fa-spin')
but this works
@fa('facebook, fa-spin')
This should work: @fa('facebook', 'fa-spin')
Just update to the newest version :)
Yes it does now, I think I had some caching issues.
@fa('facebook', 'fa-spin')
gives
adding a comma after "fa-facebook".