Skip to content

Pass HTML class attribute as array instead of string#154

Open
smmr0 wants to merge 2 commits intoFortAwesome:mainfrom
entretechno:class-as-array
Open

Pass HTML class attribute as array instead of string#154
smmr0 wants to merge 2 commits intoFortAwesome:mainfrom
entretechno:class-as-array

Conversation

@smmr0
Copy link

@smmr0 smmr0 commented Apr 30, 2018

With this change, you will be able to pass in the class attribute either as a string:

icon('fas', 'flag', class: 'strong underline')

…or as an array:

icon('fas', 'flag', class: ['strong', 'underline'])

This is compatible down to Rails 3.0, when support for arrays as attribute values was introduced

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants