From abf7303d6efdef711ffe015ec5382f47502fb490 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 12 Jun 2013 10:13:09 -0700 Subject: [PATCH] Disable font-sizes rule --- Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 5c36d1270..0228fbbea 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -126,6 +126,7 @@ module.exports = (grunt) -> 'bulletproof-font-face': false 'compatible-vendor-prefixes': false 'fallback-colors': false + 'font-sizes': false 'gradients': false 'ids': false 'important': false