Skip to content

Breaks Media Queries Closing Indentation #1

@ghost

Description

@media (min-width:0) and (max-width:985px) {

    #example_selector {
        margin:0;
    }

}

Becomes:

@media (min-width:0) and (max-width:985px) {

    #example_selector {
        margin: 0;
}

}

Notice the } lost its indentation.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions