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'