From 3d377b7b1f94dab0b9f50ec13aaef6f8fdce702b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Sun, 10 Jul 2016 08:50:48 +0800 Subject: [PATCH] Reduce the weight of the breakpoints count rule (#176) --- lib/metadata/scoreProfileGeneric.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/metadata/scoreProfileGeneric.json b/lib/metadata/scoreProfileGeneric.json index 521fcfc..bf050f7 100644 --- a/lib/metadata/scoreProfileGeneric.json +++ b/lib/metadata/scoreProfileGeneric.json @@ -71,7 +71,7 @@ "cssComplexSelectors": 2, "cssColors": 0.5, "similarColors": 0.5, - "cssBreakpoints": 1, + "cssBreakpoints": 0.5, "cssMobileFirst": 1 } },