I have been working on a project on a Mac Mini in our office, but when I have pulled the GIT repo and started working on my Macbook Pro at home the SASS isn't compiling the same CSS. The exact same node modules are being used, and it displays no errors when compiling.
Specifically, it's generating different output using Bourbon Neat's display table functionality : different widths are specified and in fact the table display doesn't work at all (I can't quite figure out why yet though).
There may be other differences too, but I haven't found any yet. What could possibly be causing this problem?