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

LESS mixins gets formatted strangely #722

Closed
corgrath opened this issue Jun 22, 2015 · 1 comment · Fixed by #2017
Closed

LESS mixins gets formatted strangely #722

corgrath opened this issue Jun 22, 2015 · 1 comment · Fixed by #2017

Comments

@corgrath
Copy link

Given code like this:

.mq-medium( {
    position: absolute;
    background: red;
});

It ends up like this by the CSS Beautifier formatter:

.mq-medium( {
    position: absolute;
    background: red;
}
);

It still works, but it just looks a bit strange that } and ); ends up on their own rows.

@bitwiseman
Copy link
Member

Need to look at bugfix by @corgrath. See if it works in general.

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

Successfully merging a pull request may close this issue.

2 participants