/** SASS for the HTML element * * Add your styles here */ @use "sass:map"; @use "../settings" as *; @if map.get($modules, "content/typography") { // Prevent `sub` and `sup` elements from affecting the line height in all browsers #{$parent-selector} sub { position: relative; font-size: 0.75em; line-height: 0; vertical-align: baseline; } #{$parent-selector} sub { bottom: -0.25em; } }