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

[minify] adds spaces #44

Closed
mt-roberto opened this issue May 15, 2019 · 2 comments · Fixed by #45
Closed

[minify] adds spaces #44

mt-roberto opened this issue May 15, 2019 · 2 comments · Fixed by #45
Assignees
Milestone

Comments

@mt-roberto
Copy link

mt-roberto commented May 15, 2019

In some cases minify feature adds some unwanted spaces.

Example:

origin:

transition: width ${(props: IProps) => props.speed}ms ease-in;

result:

transition: width 500 ms ease-in;

@Igorbek Igorbek added the bug label May 15, 2019
@Igorbek Igorbek self-assigned this May 15, 2019
@Igorbek
Copy link
Owner

Igorbek commented May 15, 2019

Thank you for reporting @mt-roberto
I will investigate the issue shortly.

Igorbek added a commit that referenced this issue May 15, 2019
- avoid adding extra space after interpolation
@Igorbek Igorbek mentioned this issue May 15, 2019
Igorbek added a commit that referenced this issue May 15, 2019
@Igorbek
Copy link
Owner

Igorbek commented May 15, 2019

Fixed by #45 and released as version 1.4.3.

@Igorbek Igorbek added this to the Release 1.4.3 milestone May 15, 2019
@Igorbek Igorbek added the fixed label May 15, 2019
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