matejlatin / Gutenberg

A meaningful web typography starter kit.
Other
2.84k stars 159 forks source link

Switch to node-sass #57

Open matejlatin opened 8 years ago

matejlatin commented 8 years ago

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.

tricinel commented 6 years ago

@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.

So that's where I'm at right now...

matejlatin commented 6 years ago

@tricinel perfect, thanks!