Closed AdamGaskins closed 2 years ago
PR for #141. Allows Termwind to output all 16 standard ANSI colors, so the colors output can match the user's configured terminal theme.
Symfony Docs
FYI: I went with the class name format text-brightwhite since dashes aren't currently supported in color names (e.g. text-bright-white).
text-brightwhite
text-bright-white
@AdamGaskins can you rebase, looks like the pint update needed a style fix 🍺
@xiCO2k 👍🏻
@xiCO2k If we are sure there is no breaking changes, you can merge.
PR for #141. Allows Termwind to output all 16 standard ANSI colors, so the colors output can match the user's configured terminal theme.
Symfony Docs
FYI: I went with the class name format
text-brightwhite
since dashes aren't currently supported in color names (e.g.text-bright-white
).