Reduce the weight of the breakpoints count rule (#176)

This commit is contained in:
Gaël Métais
2016-07-10 08:50:48 +08:00
committed by GitHub
parent 8bdb578b90
commit 3d377b7b1f
+1 -1
View File
@@ -71,7 +71,7 @@
"cssComplexSelectors": 2,
"cssColors": 0.5,
"similarColors": 0.5,
"cssBreakpoints": 1,
"cssBreakpoints": 0.5,
"cssMobileFirst": 1
}
},