Skip to content

grid-template-areas in multiline format? #28

@vofronte

Description

@vofronte

Hello!)

Is it possible to configure linting for the grid-template-areas property in this format?

.wrapper
  display grid
  grid-template-columns 1fr 1fr
  grid-template-areas
    "header header"\
    "navigation content"\
    "footer footer"

Currently it's only allowed to write it in one line. But in this format it's much more convenient to read.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions