With modern web dev libraries (such as MUI and styled-components) styles are no longer constrained to .css files and one can include stylesheets in TSX/JSX files (such as in this React button for example). Because this is such a common pattern, it would be great for this extension to also preview the colors in this kind of files.
If this sounds like a good idea I would be happy to work on the implementation! :)
With modern web dev libraries (such as MUI and styled-components) styles are no longer constrained to
.css
files and one can include stylesheets in TSX/JSX files (such as in this React button for example). Because this is such a common pattern, it would be great for this extension to also preview the colors in this kind of files.If this sounds like a good idea I would be happy to work on the implementation! :)