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

Sass calc() #125

Closed
dantveita opened this issue Sep 22, 2016 · 1 comment
Closed

Sass calc() #125

dantveita opened this issue Sep 22, 2016 · 1 comment

Comments

@dantveita
Copy link

CSSBeautify messes up Sass calc-functions for me, but not sure if theres something wrong on my end — so this is a humble request.

Example:

left: calc(-50vw + 50%);  // becomes... :  
left: calc(-50vw+ 50%);  // ...after calling CSSBeautify(), which obviously gives an error
@maksimr
Copy link
Owner

maksimr commented Sep 22, 2016

@dantveita thanks!

But I think it's issue of js-beautify not vim plugin.

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