From d5fc53010d42df67ed9bc351b087294d24d07233 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Mon, 1 May 2017 00:05:27 +0100 Subject: [PATCH] Add comment --- lib/img.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/img.css b/lib/img.css index 6ed229e..6760243 100644 --- a/lib/img.css +++ b/lib/img.css @@ -2,6 +2,10 @@ * @define utilities */ +/* + * Allow an image to respond to its container width + */ + .u-imgResponsive { display: block; height: auto;