But webflow lets you put spaces in classes. If i wanted to embed some code and the class I created in webflow has spaces how do I select the class in CSS when I write the code?
Always best to look at the HTML that’s being generated, when you’re writing script.
That said, the conversion process is nearly always - lowercase everything, and convert spaces to underscores.