Skip to content

Minify option removes some spaces with interpolations #40

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

Closed
Ky6uk opened this issue Mar 27, 2019 · 2 comments
Closed

Minify option removes some spaces with interpolations #40

Ky6uk opened this issue Mar 27, 2019 · 2 comments
Assignees
Labels
Milestone

Comments

@Ky6uk
Copy link

Ky6uk commented Mar 27, 2019

padding: 0 0 13px ${'50px'}; will be converted to padding: 0 0 13px50px with option minify.

@Ky6uk Ky6uk changed the title Minify options removes some spaces with interpolations Minify option removes some spaces with interpolations Mar 27, 2019
@Igorbek Igorbek self-assigned this Mar 27, 2019
@Igorbek Igorbek added the bug label Mar 27, 2019
@Igorbek Igorbek added this to the Release 1.4.2 milestone Mar 27, 2019
@Igorbek
Copy link
Owner

Igorbek commented Mar 27, 2019

@Ky6uk thank you for reporting these issues!
The fix is in #41 and will be released soon as 1.4.2

Igorbek added a commit that referenced this issue Mar 27, 2019
Fix another minification issue #40
@Igorbek
Copy link
Owner

Igorbek commented Mar 27, 2019

Fix has been released in 1.4.2

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

No branches or pull requests

2 participants