aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-155b.0.scss
blob: 83340f5351977fb4f3fad9922d360f2473207eed (plain)
1
2
3
4
5
6
7
8
9
10
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-155b.html */

  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. */