From 4d3cb78e5973d83c67ae7274ed4e5b8123b12382 Mon Sep 17 00:00:00 2001 From: Pedro Borges Date: Wed, 1 Nov 2017 14:06:58 -0200 Subject: [PATCH 1/2] Add responsive sample to default config --- defaultConfig.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/defaultConfig.js b/defaultConfig.js index 4dd017e042fa..6371daa05c37 100644 --- a/defaultConfig.js +++ b/defaultConfig.js @@ -162,6 +162,8 @@ module.exports = { | useful in certain situations. Be sure to see the full responsive | documentation for a complete list of options. | + | Class name: .{breakpoint}:{utility} + | */ screens: { From 5dc1f8498f93e99661c504155ee27e399841dce3 Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Wed, 1 Nov 2017 13:56:41 -0400 Subject: [PATCH 2/2] Use "screen" instead of "breakpoint" --- defaultConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaultConfig.js b/defaultConfig.js index 6371daa05c37..8fd9daf7d44b 100644 --- a/defaultConfig.js +++ b/defaultConfig.js @@ -162,7 +162,7 @@ module.exports = { | useful in certain situations. Be sure to see the full responsive | documentation for a complete list of options. | - | Class name: .{breakpoint}:{utility} + | Class name: .{screen}:{utility} | */