John Albin Wilkins
John Albin Wilkins
As a work-around, devs can add comments anywhere after the first line of `.nvmrc`. It's possible those comments will break NVM in future versions and you'll have to remove them....
> Additional lines will be used in the future for additional configuration, so if you put comments there things will break for you - don’t do that. That's why I...
This was fixed with https://github.com/chapter-three/next-drupal/pull/387
> If you query the DOM in ways that trigger reflows (like measuring nodes) A quick google search results in this list of DOM methods that cause a reflow: https://gist.github.com/paulirish/5d52fb081b3570c81e3aj...
Hi @kakubei! I'm working on #48 which will give you exactly what you want in Zen Grids 2.0. You can get similar functionality with Zen Grids 1.x by adding this...
> Maybe in the future we could create aliases for them. Now that's an idea! Have an optional module with short names. So you'd `@import zen-grids/short-names;` and then use the...
> because normalize-scss is not on Sass Load Paths. You are supposed to copy the contents of the https://github.com/JohnAlbin/normalize-scss/tree/master/fork-versions/typey-chroma-kss into your Sass folder. It sounds like you have a `my-sass-folder/typey-chroma-kss`...
Thanks for the reply. I'll consider this for the next point release.
What would you prefer the error message to be? > I don't understand how a layout could be responsive if the grid width is set to px rather than %....
> I mentioned the error message only because it makes it plain that your intent as a developer was/is as you described in your comment just now Actually, my intent...