I know we can do this matching attributes with: div[class*=something]
but I don't want the attribute prefix but the class prefix, like: .icon-[something]
.
Is there some way to get all classes with a specific prefix in css?
I know we can do this matching attributes with: div[class*=something]
but I don't want the attribute prefix but the class prefix, like: .icon-[something]
.
Is there some way to get all classes with a specific prefix in css?