Closed benno5020 closed 4 years ago
The problem:
tailwindo 'text-md-right' results in Converted Code: 'text-md-right' when Converted Code: 'md:text-right' was expected.
tailwindo 'text-md-right'
Converted Code: 'text-md-right'
Converted Code: 'md:text-right'
What I have done to fix it:
text--md-right
['left', 'right', 'center', 'justify'] as $alignment
Thanks.
The problem:
tailwindo 'text-md-right'
results inConverted Code: 'text-md-right'
whenConverted Code: 'md:text-right'
was expected.What I have done to fix it:
text--md-right
['left', 'right', 'center', 'justify'] as $alignment
to avoid code duplication