Commit 1daca5ac authored by Chris Rebert's avatar Chris Rebert

Gruntfile: make JSCS happier

parent c12c4391
...@@ -205,7 +205,7 @@ module.exports = function (grunt) { ...@@ -205,7 +205,7 @@ module.exports = function (grunt) {
postcss: { postcss: {
options: { options: {
map: true, map: true,
processors: [mq4HoverShim.postprocessorFor({hoverSelectorPrefix: '.bs-true-hover '})] processors: [mq4HoverShim.postprocessorFor({ hoverSelectorPrefix: '.bs-true-hover ' })]
}, },
core: { core: {
src: 'dist/css/<%= pkg.name %>.css' src: 'dist/css/<%= pkg.name %>.css'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment