Releases: CarbonPackages/Carbon.Eel
Releases · CarbonPackages/Carbon.Eel
1.6.1
1.6.0
✨: BEM.modifier(class, modifiers)
Generates a string with BEM classes. The modifiers property can be a string (for one modifier), an array (e.g. ['one', 'two']
) or an array with keys and values. If you have an array with keys and values (like a Fusion DataStructure) and the value is true
the name of the key gets used for the modifier.
class
(string, required) The name of the classmodifiers
(string|array) The name of the modifiers, optional
Return The string
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
Version 1.2.0
Version 1.1.1
♻️ Carbon.Array.ksort
sorts now case-insensitively
Version 0.5.2
♻️ Carbon.Array.ksort
sorts now case-insensitively