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
Module version Latest
Describe the bug There are some edge cases due to very old sass version
To Reproduce
Steps to reproduce the behavior:
.f-grow-36 { flex: 0 0 36 * 2.083333333333% !important; max-width: 36 * 2.083333333333% !important; }
css: ["~/assets/style/main.scss"],
74.%
75%
Expected behavior Getting 75% (or at least 74% (without a dot), as it too broken)
Additional context Related issue: sass/dart-sass#2002
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Module version
Latest
Describe the bug
There are some edge cases due to very old sass version
To Reproduce
Steps to reproduce the behavior:
74.%
without excluding the dist folder75%
(as 36 * 2.083333333333% = 75%)Expected behavior
Getting 75% (or at least 74% (without a dot), as it too broken)
Additional context
Related issue: sass/dart-sass#2002
The text was updated successfully, but these errors were encountered: