I want to apply a CSS rule to any element whose one of the classes matches specified prefix.
E.g. I want a rule that will apply to div that has class that starts wit
This is not possible with CSS selectors. But you could use two classes instead of one, e.g. status and important instead of status-important.