Skip to content

Add bad espace with @media keyword #14

@tom-dr

Description

@tom-dr

With code

@supports not (inset: 10px) {
  .articles-wrapper.grid {
    margin: 0 0 5rem 0;
  }

  @media screen and (min-width: 750px) {
    .articles-wrapper.grid {
      margin-bottom: 7rem;
    }
  }
}

Be beautifyed like this

@supports not (inset: 10px) {
    .articles-wrapper.grid {
        margin: 0 0 5rem 0;
    }
  @    media screen and (min-width: 750px) {
        .articles-wrapper.grid {
      margin-bottom: 7rem;
    }
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions