Ethan Marcotte
Ethan Marcotte
Since grid settings are all currently integers (`$mar: 68; $col: 68; $gut: 26;`), but `$max-width` is defined as a string (e.g., `$max-width: 1680px;`), it’s a bit tricky to do Sass...
Something that came up when working on [the “Get Involved” module](https://github.com/propublica/propublica.org/pull/597): when padding is applied to a container, it adds quite a bit of complexity to inner `colspan()` calculations. Just...
Right now, the `grid` function accepts a class name for its first argument: `@include grid(content);` , which applies a grid to anything with a `.content` class. I think it’d be...
Right now, josef lets you define a grid globally, and reference those layouts whenever `@include grid(classname);` is invoked. What I’d _love_ to be able to do is to define a...
(Just opening a master bug to file against [our v1 milestone](https://github.com/WICG/cq-usecases/milestone/1).)
Given some recent activity in [the container-queries repo](https://github.com/ResponsiveImagesCG/container-queries/) (e.g., https://github.com/ResponsiveImagesCG/container-queries/issues/6; https://github.com/ResponsiveImagesCG/container-queries/pull/7), a question: how does the RICG evaluate the quality of a proposed implementation? I think it’d be helpful to...
Hi! I’m trying to parse [1qW7yB9f4vEszL9arzd770rFn4DolV4XJn3ZAQtP02HE](https://docs.google.com/spreadsheets/d/1qW7yB9f4vEszL9arzd770rFn4DolV4XJn3ZAQtP02HE/edit?gid=673351600#gid=673351600), which has two rows in the header. The first is, strictly speaking, metadata for the user; the second row of headers is the one...