Skip to content

Text display mixin changes md font at a different breakpoint than other display mixins #389

@stephaniehobson

Description

@stephaniehobson
@mixin text-display-lg {

    @media #{$mq-md} {
        @include font-size(48px);
    }
}

@mixin text-display-md {

    @media #{$mq-lg} {
        @include font-size(40px);
    }
}

@mixin text-display-sm {

    @media #{$mq-md} {
        @include font-size(32px);
    }
}

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions