vuejs / vue-loader

📦 Webpack loader for Vue.js components
MIT License
4.99k stars 915 forks source link

Units omitted from compiled minified SASS within functions #1943

Closed morganarnel closed 2 years ago

morganarnel commented 2 years ago

Expected Output:

.testRule {
    left: max(calc(50vw - 500px), 0px);
}

Actual Output:

.testRule {
    left: max(calc(50vw - 500px), 0);
}

The actual output is invalid, and breaks the rule.

vue-bot commented 2 years ago

Hello, thank you for taking time filling this issue!

However, we kindly ask you to use our Issue Helper when creating new issues, in order to ensure every issue provides the necessary information for us to investigate. This explains why your issue has been automatically closed by me (your robot friend!).

I hope to see your helper-created issue very soon!