]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Gruntfile: make JSCS happier
authorChris Rebert <code@rebertia.com>
Tue, 17 Feb 2015 01:18:16 +0000 (17:18 -0800)
committerChris Rebert <code@rebertia.com>
Tue, 17 Feb 2015 01:18:16 +0000 (17:18 -0800)
Gruntfile.js

index 38d6d20dfb814ac87f17ecb141b54be99787ba97..2fe9e2c85f061c044fb6bedd4298960f70519b2e 100644 (file)
@@ -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'