summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-179a.0.scss
blob: 660e7508dc4f2c4f4e077603cf05709042ea4662 (plain)
1
2
3
4
5
6
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-179a.html */

  p { color: green; }
  p:first-line { background: red; color: yellow; font-size: 4em; }
  p::first-line { background: red; color: yellow; font-size: 4em; }