You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure about how to do this through a mixin, but the sort classes don't need a high specificity to change out the content.
.tc-style_sort {
content: whatever
font-family: whatever
}
You don't have to build the less for that to work. tc-style_sort has a low specificity, so you can overwrite it in your css files with the compiled less files.
No description provided.
The text was updated successfully, but these errors were encountered: