0a84ad5307
This matches the grammar's scope name and was an oversight from the original CSS to Less conversion.
18 linhas
190 B
Plaintext
18 linhas
190 B
Plaintext
.source.gfm {
|
|
.markup.heading {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.italic {
|
|
font-style: italic;
|
|
}
|
|
|
|
.comment.quote {
|
|
font-style: italic;
|
|
}
|
|
}
|