From 0a0cc803e1d695f4e89719ad34a7a6af16d1d746 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Wed, 16 Oct 2013 20:14:11 +0200 Subject: [PATCH] =?UTF-8?q?commentaire=20ajout=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/grids.css | 1 + less/02-grids.less | 1 + 2 files changed, 2 insertions(+) diff --git a/css/grids.css b/css/grids.css index 9bc9b48..f09b96b 100644 --- a/css/grids.css +++ b/css/grids.css @@ -4,6 +4,7 @@ /* ----------------------------- */ /* grids inspired from SUIT https://github.com/suitcss/suit */ +/* font-family hack explained here : https://github.com/raphaelgoetter/KNACSS/issues/37 */ .grid { overflow: hidden; diff --git a/less/02-grids.less b/less/02-grids.less index a06cd38..9f24a8a 100644 --- a/less/02-grids.less +++ b/less/02-grids.less @@ -1,5 +1,6 @@ /* grids inspired from SUIT https://github.com/suitcss/suit */ +/* font-family hack explained here : https://github.com/raphaelgoetter/KNACSS/issues/37 */ .grid { overflow: hidden;