That's precisely what I'm trying to understand / learn now.
I've watched videos on the WebStudio channel and thought I'd experiment by pasting in some of the free samples from Flowbase.co (
https://www.flowbase.co/components?platform=webflow&collection=flowui)
When I select a heading in one of the pasted-in components, WebStudio shows
[H6] -> [H6 Heading]
inside Style Sources. These are
classes , not yet
tokens ?
So I then thought I would use "Convert to token" in Style Sources which got me this:
[H6] -> [H6 Heading] ->[O My Token]
. The O being a circle (to indicate a token?) and the name of my choice.
ok so working from left to right we now have
[H6] -> [H6 Heading]
and my newly created token which I assumed inherited & now contains all the values of
H6 Heading
at the time I created the token.
That being the case I can safely remove the
H6 Heading
class as all its values must be in the new
My Token
token. But no, removing
H6 Heading
removes the styling that it had previously supplied and
My Token
doesn't seem to stand in for it.
So clearly I haven't understood at all. lol! π