wikimedia/mediawiki-extensions-Wikibase

View on GitHub
client/data-bridge/src/presentation/styles/mixins/_h3.scss

Summary

Maintainability
Test Coverage
@mixin h3() {
    // this is named after the style in the wmf style guide, it is not restricted to <h3></h3> elements

    font-weight: $bold-font-weight;
    line-height: $line-height-heading;
    font-size: px-to-rem( 20px );
}