From 1daca5ac5c5235752e94eed50fdeb62f0cc5c9f0 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 16 Feb 2015 17:18:16 -0800 Subject: [PATCH] Gruntfile: make JSCS happier --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 38d6d20dfb..2fe9e2c85f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -205,7 +205,7 @@ module.exports = function (grunt) { postcss: { options: { map: true, - processors: [mq4HoverShim.postprocessorFor({hoverSelectorPrefix: '.bs-true-hover '})] + processors: [mq4HoverShim.postprocessorFor({ hoverSelectorPrefix: '.bs-true-hover ' })] }, core: { src: 'dist/css/<%= pkg.name %>.css'