From 7af474cbc68dfcdb28952363100bcfbb7f95ac93 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 17 Jun 2013 19:58:21 -0700 Subject: [PATCH] Disable outline-none rule --- Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index bbfd9a3df..705303d0e 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -135,6 +135,7 @@ module.exports = (grunt) -> 'ids': false 'important': false 'known-properties': false + 'outline-none': false 'overqualified-elements': false 'qualified-headings': false 'unique-headings': false