I'm working on an application that involves a lot of numbers, and I need to format them by adding commas every 3 digits using CSS or SCSS.
After searching on Google, I couldn't find a solution that meets my needs. Can someone please help me with this?
For example:
<span class="number"> 1234567.89 </span>
The desired result is:
<span class="number"> 1,234,567.89 </span>