Are style objects supported? They don't seem to work for me, and I can't find any examples in the issues or in the tests. I'm running the plugin using inside create-react-app using customize-cra, but I believe I have it (mostly) configured properly because when I change things into template literals, the namespace does get added correctly (both using styled and the css prop).
Are style objects supported? They don't seem to work for me, and I can't find any examples in the issues or in the tests. I'm running the plugin using inside
create-react-appusingcustomize-cra, but I believe I have it (mostly) configured properly because when I change things into template literals, the namespace does get added correctly (both usingstyledand the css prop).