Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Mixins do not work within media queries #199

@simonsmith

Description

@simonsmith

Hi,

This works as expected:

.test {
    color: #000;
}

.hello {
    .test;
}

However this:

@media only screen and (min-width: 42em) {
    .test {
        color: #000;
    }
}

.hello {
    .test;
}

does not.

Any thoughts?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions