question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiple break lines

See original GitHub issue

Is there anyway to add in multiple line breaks between properties when using the format options?

Current Output

.class-1 {
  ...
}
.class-2 {
  ...
}

Desired Output

.class-1 {
  ...
}

.class-2 {
  ...
}

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
jakubpawlowiczcommented, Jan 22, 2021

@mdurchholz let me see how hard adding it would be. If not too much then I may add it in upcoming v5 release, see #1135

1reaction
jakubpawlowiczcommented, Jan 21, 2021

Hey @mdurchholz - not at this moment, but we can have a way.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How can I add multiple blank lines in HTML? - Quora
For adding multiple blank lines in html you should use <br> tag which is known as break tag. For example- <p>Hey></p><br><br><br><p>hello</ ...
Read more >
How to mark up multiple <br />? - Stack Overflow
1) Line breaks are rendered differently by different browsers )2 Not maintainable - Do you really want around 40 line breaks in your...
Read more >
How to Split Multiple Lines in a Cell into a Separate Cells ...
Below are the steps that will split multiple lines in a single cell into separate cells: ... Go to the Data tab. Data...
Read more >
The Dos and Don'ts of Adding an HTML Line Break
Learn what a line break is, how to add one in HTML, and why a line break ... The first uses one paragraph...
Read more >
how to add a line break in html - lost saloon
In order to insert line breaks, you will need to use br tag (<br>). The br tag is an empty tag, which means...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found