We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could you add a way to stop the formatter from turning this..
grid-template: "header" 40px \ "main-router" 1fr \ "footer" 30px \ / 1fr \
...into this:
grid-template: "header" 40px "main-router" 1fr "footer" 30px / 1fr
Thanks!
The text was updated successfully, but these errors were encountered:
In my case it just deletes everything if I dont' write it in one line with property name
grid-template-areas: "header header"\ "sidebar breadcrumbs"\ "sidebar content"\ "footer footer"
Sorry, something went wrong.
No branches or pull requests
Could you add a way to stop the formatter from turning this..
...into this:
Thanks!
The text was updated successfully, but these errors were encountered: