Merge branch 'master' into bug/3897-markdown-table-headings

This commit is contained in:
kyle
2017-11-17 20:47:34 -08:00
committed by GitHub
22 changed files with 604 additions and 198 deletions

View File

@@ -12,6 +12,10 @@
{
color: $model-deprecated-font-color !important;
}
> td:first-of-type {
text-decoration: line-through;
}
}
&-toggle
{