We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Pseudo-element with - don't work properly.
-
eg.:
Label:first-child { border-left: none; }
In transpiled file looks like this:
// ... var className = styles.Label + (variant.first-child ? ' ' + styles.Label__first-child : ''); // ...
And selector will be: .Label__first-child---36X92.
.Label__first-child---36X92