Skip to content

Warning mixins should come before declarations #8

@leshekk

Description

@leshekk

It's necessary to solve the problem of displaying warning messages.
 for @include media

warning Mixins should come before declarations

for:

.class-name {
    width: 330px;


    @include media('<tablet') {
        width: auto;
    }
}

Metadata

Metadata

Assignees

No one assigned

    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