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

Nested @include property break syntax #132

Closed
@lukereative

Description

@lukereative

Although #79 fixes nesting in properties and property lists, nested @include property lists still break syntax.

&__title {
    overflow: hidden; // <= Highlighted
    @include media($md-screen-up){
        padding: 0 1em;
    }
    color: white; // <= Not highlighted
}

screen shot 2016-06-10 at 9 53 55 am

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions