Multiple break lines
See original GitHub issueIs 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:
- Created 3 years ago
- Comments:6
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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
Hey @mdurchholz - not at this moment, but we can have a way.