|
|
|
|
|
by sjkaliski
4940 days ago
|
|
Glad you like it! I'd love to know how it goes if you make use of it. In your browser console, run:
0.3 + 0.544
You'll get back
0.8440000000000001 In practice (especially if in the browser), the difference is either irrelevant (in CSS 1px == 1.1px) or not significant. But in accumulation, it could be problematic. |
|