Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grid-template-areas in multiline format? #28

Open
sergeev-vn opened this issue Dec 12, 2023 · 1 comment
Open

grid-template-areas in multiline format? #28

sergeev-vn opened this issue Dec 12, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@sergeev-vn
Copy link

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.

@ota-meshi
Copy link
Member

Currently this plugin does not have rules to check that format.
If you want to add a new rule, please send a PR 😄

@ota-meshi ota-meshi added enhancement New feature or request help wanted Extra attention is needed labels Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants