Gruntfile: make JSCS happier
This commit is contained in:
parent
c12c439171
commit
1daca5ac5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue