summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/first-letter-quote-006.0.scss
blob: 970e5b70b0bfc9a31c7cef3ddca47677ef7c15ef (plain)
1
2
3
4
5
6
/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/first-letter-quote-006.htm */

  div { color: black; }
  div:first-letter { color: green; }
  span:before { content: "\"This "; }