ansi-to-react icon indicating copy to clipboard operation
ansi-to-react copied to clipboard

useClasses doesn't show any colors

Open ximex opened this issue 4 years ago • 1 comments

What has to be done that this option works? the classes are set but it looks like the css isn't generated/included

ximex avatar Sep 09 '20 13:09 ximex

The useClasses option only sets the class names for the colors per a specific format such as "ansi-blue-fg". This pattern expects that your application provides a stylesheet that targets these particular class names.

captainsafia avatar Oct 23 '20 00:10 captainsafia