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

Preserve explicit line breaks #65

Open
malte-v opened this issue Apr 9, 2020 · 1 comment
Open

Preserve explicit line breaks #65

malte-v opened this issue Apr 9, 2020 · 1 comment

Comments

@malte-v
Copy link

malte-v commented Apr 9, 2020

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!

@cyberbiont
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants