Les James

Results 9 issues of Les James

To match recent naming changes shown in CSS Tricks article

Changing the body font family can break the grid due to changes in letter spacing. Try setting grid and grid cell to a consistant font family?

bug

Check if image is above the fold before loading

Make sure test coverage includes both window global setup and AMD

In IE8 setting getComputedStyle to the window makes it fail the second time around. Set the fallback to a var and not to window.

Use grunt to strip test code for a build version? http://philipwalton.com/articles/how-to-unit-test-private-functions-in-javascript/

Using the sandbox mixin with the regular bp mixin can create a 1px no mans land.

bug

**Describe the bug** With version 3.1.1 any setState in the wrapping scope of TransformWrapper will cause cleanupWindowEvents to fire which removes the mousedown event. The result is the inability to...

I tried `extract-sass-vars style.scss style.json` and got ``` /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- json (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' from /Library/Ruby/Gems/1.8/gems/extract-sass-vars-1.0.0.alpha.0/bin/extract-sass-vars:4 from /usr/bin/extract-sass-vars:19:in `load' from /usr/bin/extract-sass-vars:19 ```