From: Chris Rebert Date: Tue, 17 Feb 2015 01:18:16 +0000 (-0800) Subject: Gruntfile: make JSCS happier X-Git-Tag: v4.0.0-alpha~366 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=1daca5ac5c5235752e94eed50fdeb62f0cc5c9f0;p=thirdparty%2Fbootstrap.git Gruntfile: make JSCS happier --- 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'