ember-fontawesome icon indicating copy to clipboard operation
ember-fontawesome copied to clipboard

Stacking doesn't work

Open gossi opened this issue 6 years ago • 3 comments

stack classes class="fa-stack-2x" will get filtered in getClasses() method. Adding a stack argument is the nicest thing to fix this 😄

gossi avatar Jun 30 '18 13:06 gossi

Stacking has been replaced with layers in the SVG implementation. Would this work for you?

robmadole avatar Jul 16 '18 15:07 robmadole

It seems stacking is a feature still present in FontAwesome 5:

https://fontawesome.com/how-to-use/on-the-web/styling/stacking-icons

Would it kill you to just add {{#fa-stack}} component in your distribution?

maxymczech avatar Aug 31 '18 14:08 maxymczech

@dantistus no it wouldn't kill us. But we think that layers is an upgrade and works much better than stacks. You can still use those classes and markup if you like; there is nothing preventing you from it.

robmadole avatar Aug 31 '18 14:08 robmadole