@chrisdolendo what version of node/npm are you using? I've noticed that when you compile toolkit.css it looks slightly different than mine. If you upgrade to npm >5.0 then it would use the package-lock.json and then presumably our packages/output should line up the same (basically they introduced a functionality like Gemfile.lock in npm 5). I have:
$ node -v
v6.11.1
$ npm -v
5.3.0
see for example mine creates a diff from yours where there is a transition, it no longer includes the webkit vendor prefix:
@chrisdolendo what version of node/npm are you using? I've noticed that when you compile
toolkit.css
it looks slightly different than mine. If you upgrade to npm >5.0 then it would use thepackage-lock.json
and then presumably our packages/output should line up the same (basically they introduced a functionality like Gemfile.lock in npm 5). I have:see for example mine creates a diff from yours where there is a
transition
, it no longer includes the webkit vendor prefix: