Results 198 comments of Cory Simmons

Hmm. It works with `$gutter` but not `$cycle`? I suspect this is an import problem unless I'm forgetting my Stylus syntax. :X

It works: https://codepen.io/corysimmons/pen/dvLPeY Not sure what the problem is.

Yeah stack should remove text-align and text-align should be removed from column as well, with a major version bump.

Possibly. I'm really swamped with work lately and flexbox doesn't bring a lot to the table. It's not too difficult to add if you know Stylus/SCSS and want to get...

No, I don't think so.

@tikiatua Thanks. I'm going to clean this up and add to official integrations (probably tomorrow). Care to keep your branch alive until then? I'd prefer the main README be as...

Can't even pipe it to `tail`... This **BETA** tho....

It seems like it is getting the correct config. I think I figured it out: ![image](https://user-images.githubusercontent.com/224636/30398656-31d6130a-989f-11e7-930f-0d51ddad1518.png) Warns to disable `linter-eslint` "Fix on Save", but if you disable that, then it...

``` prettier-eslint [DEBUG]: There was a problem finding the eslint module. Using prettier-eslint's version. Cannot find module 'eslint' Error: Cannot find module 'eslint' ``` I'm trying to use a global...

@agallio `publicRuntimeConfig` is just a way to set publicly accessible env vars for your Next app (yeah, https://nextjs.org/docs/api-reference/next.config.js/runtime-configuration) `api_origin` is just a hard-coded var @appdevland made to refer to his...