mikedijkstra / stencil

A collection of helpers, modifiers, objects and compilers to help you get started building a new web site or web application fast.
6 stars 3 forks source link

Jacob learns Stencil #12

Closed jheftmann closed 9 years ago

jheftmann commented 9 years ago
%img-responsive {
  max-width: 100%;
  height: auto;
}

or should this be the default behavior? I noticed I had to drop it in on images.

mikedijkstra commented 9 years ago

@jheftmann I've documented the modifiers here, and specifically the responsive image one: https://github.com/micdijkstra/Stencil#responsive

Also, I've added it to the default global/_base.scss file so we get it out of the box, but you know it's configurable.

jheftmann commented 9 years ago

super useful. nice.

(how you feeling about having a little extra time on your hands? good or bad?)

On Feb 24, 2015, at 10:50 PM, Michael Dijkstra notifications@github.com wrote:

@jheftmann https://github.com/jheftmann I've documented the modifiers here, and specifically the responsive image one: https://github.com/micdijkstra/Stencil#responsive https://github.com/micdijkstra/Stencil#responsive Also, I've added it to the default global/_base.scss file so we get it out of the box, but you know it's configurable.

— Reply to this email directly or view it on GitHub https://github.com/micdijkstra/Stencil/issues/12#issuecomment-75901062.

jheftmann commented 9 years ago

a quick little grid section would be nice, maybe?