summaryrefslogtreecommitdiff
path: root/scss/tests/files/original-doctests/026-forum-2.scss
blob: e92df0acf68ccb7d1a949bdbf9f8a1f54b3bc13d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@option style:legacy, short_colors:yes, reverse_colors:yes;
@variables {
    $ie6 = unquote("*html");
    $ie7 = unquote("*:first-child+html");
}
$ie6 {
    .a  { color:#fff; }
    .b  { color:#000; }
}
$ie7 {
    .a  { color:#fff; }
    .b  { color:#000; }
}