We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
padding: 0 0 13px ${'50px'}; will be converted to padding: 0 0 13px50px with option minify.
padding: 0 0 13px ${'50px'};
padding: 0 0 13px50px
minify
The text was updated successfully, but these errors were encountered:
@Ky6uk thank you for reporting these issues! The fix is in #41 and will be released soon as 1.4.2
Sorry, something went wrong.
Merge pull request #41 from Igorbek/bugfix/issue40
ab6d73a
Fix another minification issue #40
Fix has been released in 1.4.2
Igorbek
No branches or pull requests
padding: 0 0 13px ${'50px'};
will be converted topadding: 0 0 13px50px
with optionminify
.The text was updated successfully, but these errors were encountered: