-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Emmet increment/decrement by 0.1 Error #31281
Comments
Nice catch @sou-lab ! Thanks for logging the issue. Fixed with 9b6cc9f The fix will be out in Monday's Insiders Looks like you have set I intend to set |
Thank you for support😃 |
Err. This issue is not fixed when using hex-color codes(I'm hunting for edge cases 👅). <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
body {
background-attachment: fixed;
color: #231230;
}
</style>
</head>
<body>
</body>
</html> Decrement it by 0.1: |
@jens1o Am confused... what is not fixed? |
Hex-Colors can't be decremented by 0.1 nor incremented at all(with Personally, I would like that the steps will be converted to hex number and then let the math happen. At the moment, emmet does not care about different number systems. |
Updated to show error message if unable to evaluate given expression |
Err, that's not fixing this problem? You can still increment hex color codes, can't you? |
I was addressing the error message part of your comment We can use #31681 which you logged to track the hex color code issue |
Okay. |
Steps to Reproduce:
Reproduces without extensions: No
The text was updated successfully, but these errors were encountered: