// Sass partial for note styles /* All note formats have the same default presentation */ .note { margin-bottom: 1em; margin-top: 1em; .notetitle, .note__title { font-weight: bold; } .notelisttitle { @extend .notetitle; } }