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 parameter formatting problem #1582

Closed
CryUshio opened this issue Nov 1, 2018 · 3 comments
Closed

'less' mixins parameter formatting problem #1582

CryUshio opened this issue Nov 1, 2018 · 3 comments

Comments

@CryUshio
Copy link

CryUshio commented Nov 1, 2018

Input

.btn {
    .generate-animation(@mykeyframes, 1.4s, .5s, 1, ease-out);
}

Expected Output

.btn {
    .generate-animation(@mykeyframes, 1.4s, .5s, 1, ease-out);
}

Actual Output

.btn {
    .generate-animation(@mykeyframes,
    1.4s,
    .5s,
    1,
    ease-out);      
}
 

Environment

OS: Windows 10

Settings

Default settings

@bitwiseman
Copy link
Member

Same kind of problem as #1018. Not sure if it is the same issue.

@CryUshio
Copy link
Author

CryUshio commented Nov 3, 2018

Maybe still a little different but the actual output is similar. Is there a solution?

@bitwiseman
Copy link
Member

@chym123 No, this is not fixed yet.

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

No branches or pull requests

2 participants