Closed piqusy closed 1 month ago
https://github.com/infinum/eightshift-frontend-libs-tailwind/blob/6d9ba042f8bc344f23e7e856898d815f50757b46/blocks/init/src/Blocks/components/icon/icon.php#L29
This makes the passed down $additionalClass useless since the Helpers::getTwClasses method returns empty set when there is nothing in the $attributes or the $manifest variables
$additionalClass
Helpers::getTwClasses
$attributes
$manifest
Fixed in 1.4.0
https://github.com/infinum/eightshift-frontend-libs-tailwind/blob/6d9ba042f8bc344f23e7e856898d815f50757b46/blocks/init/src/Blocks/components/icon/icon.php#L29
This makes the passed down
$additionalClass
useless since theHelpers::getTwClasses
method returns empty set when there is nothing in the$attributes
or the$manifest
variables