Use .source.gfm as root selector

This matches the grammar's scope name and was an oversight from the
original CSS to Less conversion.
Esse commit está contido em:
Kevin Sawicki
2014-12-01 17:20:51 -08:00
commit 0a84ad5307
+12 -14
Ver Arquivo
@@ -1,19 +1,17 @@
.source {
.gfm {
.markup.heading {
font-weight: bold;
}
.source.gfm {
.markup.heading {
font-weight: bold;
}
.bold {
font-weight: bold;
}
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.italic {
font-style: italic;
}
.comment.quote {
font-style: italic;
}
.comment.quote {
font-style: italic;
}
}