You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in the following pull request, it would be better to use node-sass as it doesn't require ruby to run. But currently there's a problem with decimals being set to 15 and node-sass only uses 12. The real problem is: we shouldn't rely on number of decimals (originally it was the only fix that would make the grid and elements align almost perfectly in most configs).
I'm opening an issue because I'd like to keep this in mind and find a solution.
The text was updated successfully, but these errors were encountered:
@matejlatin, just wanted to say that I'm currently working on this. After some investigation, the issue is not the precision itself - that works fine. You can set the precision to whatever you want and it will work. However, the problem is when the padding itself is calculated.
As mentioned in the following pull request, it would be better to use node-sass as it doesn't require ruby to run. But currently there's a problem with decimals being set to 15 and node-sass only uses 12. The real problem is: we shouldn't rely on number of decimals (originally it was the only fix that would make the grid and elements align almost perfectly in most configs).
I'm opening an issue because I'd like to keep this in mind and find a solution.
The text was updated successfully, but these errors were encountered: