Open
Description
Module version
Latest
Describe the bug
There are some edge cases due to very old sass version
To Reproduce
Steps to reproduce the behavior:
- Generate nuxt vuetify project
- Add scss file that includes:
.f-grow-36 {
flex: 0 0 36 * 2.083333333333% !important;
max-width: 36 * 2.083333333333% !important;
}
- Add that file in the nuxt configuration file, like:
css: ["~/assets/style/main.scss"],
- Run npm run generate
- Search for
74.%
without excluding the dist folder - Notice the result instead of having
75%
(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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels