As per the https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/tokens_standard_communities.htm, I want to use community tokens in the Lightning Web Component (LWC).
In the LWC CSS file, I have applied the textTransform token as,
.cssClass{
text-transform: var(--lwc-textTransform);
}
While saving the LWC, an error is occurring No TOKEN named textTransform found. How can I use the textTransform token in the LWC?