Zach Green

Results 11 issues of Zach Green

See https://github.com/peterramsing/lost/pull/214

needs: Feedback
needs: Review

It would be great if Lost supported `nth-of-type()` grid spans in addition to the current `nth-child()` implementation. ## Use case ``` css article { lost-column: 1/3; } ``` ``` html...

type: Feature
status: Backlog

When using the [CSS intrinsic-sizing method](http://alistapart.com/d/creating-intrinsic-ratios-for-video/example2.html) to force an element to maintain an exact aspect ratio, Firefox computes the height as `0px` (tested Firefox 41.0.2 and Firefox Nightly). - Example...

First off, thanks for gutenblock, it's great :) [webpack-serve](https://github.com/webpack-contrib/webpack-serve) has been deprecated; are there any plans to move to [webpack-dev-server](https://webpack.js.org/configuration/dev-server/)? I might be able to help with a PR if...

This is worth exploring, as it make it easier to integrate this plugin into other plugins/libraries, perform additional transformations on the critical CSS, etc.

question

Moving tests to Jest. Contains cherry-picks from https://github.com/zgreen/postcss-critical-css/pull/27

First surfaced in https://github.com/zgreen/postcss-critical-css/issues/30. Patched: https://github.com/zgreen/postcss-critical-css/pull/33 Related docs: http://api.postcss.org/global.html#processOptions

No reason to be using `babel-preset-2015` at this point 😕

[Tape](https://github.com/substack/tape) was good for getting up and running quickly, but the setup has become unwieldy. I'd like to move the tests to [Jest](https://github.com/facebook/jest).

My use case is an infinitely scrolling list, that loads more items as the user scrolls or arrows down. Whenever the items in the list is changed, the active index...

Virtualization