Aaron Beall

Results 10 issues of Aaron Beall

The docs and code reference this URL: https://developer.mozilla.org/en-US/docs/Template:CSSData However this page just gives me Not Found?

Given this CSS: ``` :global .top { & .inner { } } ``` The generated typings correctly exclude `top` but incorrectly include `inner`.

I noticed that `--camelCase` will omit the original names, even though css modules emits both. Can the generated typings match this behavior?

Is it possible for this to work when using webpack-dev-server? In my current setup I can see the stats file created in the output folder when using `webpack`, but when...

I'm trying to write TypeScript definitions (`.d.ts`) for the API following [the wiki](https://github.com/cjgammon/SnapSVG-Animator/wiki/API). However when I log the stuff at runtime: ``` const anim = new SVGAnim(data, width, height, fps)...

When handling the `onChange` event the `currentTarget` is `null`. You can see an [example on webpackbin here](http://www.webpackbin.com/41fzSFgmf): ```js { console.log("target =", event.target); console.log("target.value =", event.target.value); console.log("currentTarget =", event.currentTarget); }} />...

### Context In some cases after updating a table with `nestedRows` enabled, HoT would throw a null error due to trying to iterate over missing data that it assumed was...

CLA signed

First of all, thanks for this library! I wrote something similar and came across this later. One thing that was not clear from the docs was how you handle primitive...