Vince Speelman
Vince Speelman
Hi! I'm using gulp-webserver with react.js and rackt/react-router, and I'm having issues with your html5 pushstate config. I'm currently passing `fallback: index.html` into the webserver task's config, but deep linking...
codemod?
I started tinkering with a codemod to replace `JedWatson/classNames` with `classwrap` re: [this comment](https://github.com/JorgeBucaran/classwrap/issues/5#issuecomment-331116262). JSCodeShift hurts my head. progress so far: http://astexplorer.net/#/gist/0373f05229963c3e336b5eec91818479/3718f610fc2e9982a934da242a35104be0947312 may there be weeping and gnashing of teeth.
Add instructions for how to use with react, implementing ContainerQueryContainer. I made the recommended changes (no longer creating multiple instances of cq, just one at the top level). I'd love...
I'd love to be able to use custom classes on a single question. is this possible? This is how I would expect it to work: ``` js … }, {...
I'm currently working on a reactjs project where I'd like to use this module, but, unfortunately, react's html parser strips any non-valid attributes from templates. Also, it's probably best to...
In using this for some work this weekend, I found the need for a size between 0 and 40em. It's _possible_ to add another breakpoint outside of the component, but...
Hi! I understand that "bower is the preferred package manager for am-css", but adding proper npm support is pretty easy. Care to accept this PR and do an npm publish?
Hello! I'm using tmux in the terminal and it works pretty well for the most part, however, I can not run any commands that use bound keys (`^ + a`)....
rems
I'd love for this to output rems, is that possible?
Hi! I noticed some funky query state which didn't make sense when using SSR. I've tracked it down to occurring when a router throws. It results in a query looking...