aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-02-16 17:18:16 -0800
committerChris Rebert <[email protected]>2015-02-16 17:18:16 -0800
commit1daca5ac5c5235752e94eed50fdeb62f0cc5c9f0 (patch)
treebbf2025d2b96748ea5389a048183f4343d9c5998
parentc12c4391719bcba1a265676a9afa68e281d6f866 (diff)
downloadbootstrap-1daca5ac5c5235752e94eed50fdeb62f0cc5c9f0.tar.xz
bootstrap-1daca5ac5c5235752e94eed50fdeb62f0cc5c9f0.zip
Gruntfile: make JSCS happier
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 38d6d20df..2fe9e2c85 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'