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

Line breaks between classes #82

Open
dub578 opened this issue Jun 16, 2015 · 0 comments
Open

Line breaks between classes #82

dub578 opened this issue Jun 16, 2015 · 0 comments

Comments

@dub578
Copy link

dub578 commented Jun 16, 2015

Hi,

Thanks for the great tool! Great to see an extension not trying to solve 800 other problems.

I'm running into an issue with compilation though. I'm seeing line breaks being put in between classes.

An example:

Spotlight

{
.SpotlightOuterContainer
{
border: solid 1px #CCCCCC;
border-top: none;
background-color: #F0F0F0;
width: 300px;
}
}

is compiled into

Spotlight

.SpotlightOuterContainer {
border: solid 1px #CCCCCC;
border-top: none;
background-color: #F0F0F0;
width: 300px; }

when it should be compiled into

Spotlight .SpotlightOuterContainer {

border: solid 1px #CCCCCC;
border-top: none;
background-color: #F0F0F0;
width: 300px; }

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

No branches or pull requests

1 participant