Understanding Sass Units

For instance, let’s say you want to convert seconds to milliseconds. I suppose you could divide the value by 1000 in order to have milliseconds

You write this, but it should be the other way around. If we have 42 seconds and want to convert it to milliseconds, we have to multiply with 1000.

In general, I totally agree with you and I hope that developers realize that this is the way to go.

2 Likes