From 33d33e76053dc3df4bb3cec16d39223e1cb6ad42 Mon Sep 17 00:00:00 2001 From: Stefano Ruth Date: Wed, 27 Dec 2017 10:46:40 +0100 Subject: [PATCH] Doc Add group-hover to supported variants Add the group-hover option to supported variants in defaultConfig --- defaultConfig.stub.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaultConfig.stub.js b/defaultConfig.stub.js index c219351bf..828ee9d49 100644 --- a/defaultConfig.stub.js +++ b/defaultConfig.stub.js @@ -803,7 +803,7 @@ module.exports = { | Here is where you control which modules are generated and what variants are | generated for each of those modules. | - | Currently supported variants: 'responsive', 'hover', 'focus' + | Currently supported variants: 'responsive', 'hover', 'focus', 'group-hover' | | To disable a module completely, use `false` instead of an array. |