Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to node-sass #57

Open
matejlatin opened this issue Oct 4, 2016 · 2 comments
Open

Switch to node-sass #57

matejlatin opened this issue Oct 4, 2016 · 2 comments

Comments

@matejlatin
Copy link
Owner

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
Copy link
Contributor

@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
Copy link
Owner Author

@tricinel perfect, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants