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.

Weird Beautify Style?

See original GitHub issue

it seems that beautify likes to add a double line before a comment, then a single line after a comment.

Original

.box {
    border: 2px solid gray;
    padding: 10px;
    background: rgba(0, 0, 0, .5);
}

/* This is a CSS comment! */
.other-box {
    border: 1px solid red;
    padding: 4px;
    background: #fe4444;
}

After beautify

.box {
    border: 2px solid gray;
    padding: 10px;
    background: rgba(0, 0, 0, .5);
}


/* This is a CSS comment! */

.other-box {
    border: 1px solid red;
    padding: 4px;
    background: #fe4444;
}

Expected Outcome

Same as original

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
raulfunkiecommented, Jun 16, 2016

Is this in the road-map for a fix soon? (if ever).

Just wanted to know, thanks!

0reactions
hainguyents13commented, Nov 25, 2017

up for this issue, anything new sir @bitwiseman ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

19 Weird Beautiful ideas in 2022 - Pinterest
Jun 13, 2022 - Explore Drew Gormley's board "Weird Beautiful" on Pinterest. See more ideas about beautiful, big nose beauty, big noses.
Read more >
15 Weirdest Beauty Standards Around The World - YouTube
And then her unusual feature became the beauty standard! But who the hell was the trendsetter in these crazy tribes?!!!!! Today we're go...
Read more >
10 Astonishingly Strange Beauty Rituals from the 1920s
1. Eyebrows? Shave 'Em! Cara Delevingne would have had a hard time with brows if she were a performer in the 1920s. It...
Read more >
Staggering Beauty
A website to remember.
Read more >
The best examples of DALL-E 2's strange, beautiful AI art
The best examples of DALL-E 2's strange, beautiful AI art ... you can use Jukebox to invent full-length songs with lyrics in any...
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