Closed bhavyanshu closed 6 years ago
There should be a way to define type for each stacked icon.
For example,
<%= fa_stacked_icon "terminal inverse", base: "square", type: "fas", class: "fa-4x" %>
The above works perfectly fine.
But what if I want the terminal icon to be "fas" and the square icon to be "far". Is there already a way to define it? I couldn't find it in the documentation.
Hi, I added this feature to version 0.3.0. You can now define different base icon type through base_type option.
0.3.0
base_type
There should be a way to define type for each stacked icon.
For example,
The above works perfectly fine.
But what if I want the terminal icon to be "fas" and the square icon to be "far". Is there already a way to define it? I couldn't find it in the documentation.