blob: 205386ea1cd36952fba34ea7a82b2b278b0142be [file] [log] [blame]
p { background: lime; }
.two\ words { background: red; }
/* the "." and "~=" forms match on a space separated list of words.
In such a list, a word containing a space can never match, since it
would by definition be two words. */