diff --git a/src/Helpers/TailwindTrait.php b/src/Helpers/TailwindTrait.php index 103e9fd8..8035c522 100644 --- a/src/Helpers/TailwindTrait.php +++ b/src/Helpers/TailwindTrait.php @@ -408,10 +408,6 @@ private static function processCombination($partName, $combo, $attributes, $mani foreach ($combo['attributes'] as $attributeName => $allowedValue) { $optionValue = Helpers::checkAttr($attributeName, $attributes, $manifest, true); - if (\is_bool($optionValue)) { - $optionValue = $optionValue ? 'true' : 'false'; - } - $isArrayCondition = \is_array($allowedValue); if ($isArrayCondition && !\in_array($optionValue, $allowedValue, true)) {